forked from leedavidr/grunt-artifactory-artifact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 910 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 910 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
{
"name": "grunt-artifactory-artifact",
"version": "0.5.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": "davidrlee@gmail.com"
},
"license": "MIT",
"dependencies": {
"q": "0.9.3",
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"request": "~2.27.0",
"tar.gz": "~0.1.1",
"adm-zip": "~0.4.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"
}
}