-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "grunt-artifactory-artifact",
"version": "2.0.0-rc.0",
"description": "A grunt plugin that helps with simple artifactory artifacts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com/leedavidr/grunt-artifactory-artifact"
},
"keywords": [
"grunt",
"artifactory"
],
"author": {
"name": "David Lee",
"email": "david.lee@kastling.com"
},
"license": "MIT",
"dependencies": {
"q": "0.9.3",
"grunt": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"request": "~2.88.0",
"tar": "2.x",
"adm-zip": "~0.4.3",
"lodash": ">=4.17.5",
"underscore.string": "~2.3.3"
},
"readme": "# grunt-artifactory-artifact\n\n> Forked from grunt-nexus-artifact by Nicholas Boll\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/leedavidr/grunt-artifactory-artifact/issues"
}
}