forked from skhatri/grunt-nexus-deployer
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
53 lines (53 loc) · 1.2 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nexus-deployer",
"description": "Deploy artifacts with classifiers to release/snapshot maven repository.",
"version": "0.1.8",
"homepage": "https://github.com/cthorne66/nexus-deployer",
"repository": {
"type": "git",
"url": "http://[email protected]/cthorne66/nexus-deployer.git"
},
"bugs": {
"url": "https://github.com/cthorne66/nexus-deployer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cthorne66/nexus-deployer/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.9.0",
"chalk": "^1.1.0",
"dateformat": "1.0.11",
"ejs": "~2.3.1",
"extend": "^3.0.0",
"fs": "0.0.2",
"mkdirp": "^0.5.1",
"path": "^0.12.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.4.5",
"should": "^8.3.0"
},
"keywords": [
"nexus",
"maven",
"deployer"
],
"main": "index.js",
"directories": {
"test": "test"
},
"author": "Chris Thorne",
"license": "MIT"
}