forked from cthorne66/nexus-deployer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.23 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
54
{
"name": "web-nexus-deployer",
"description": "Deploy artifacts with classifiers to release/snapshot proyect repository.",
"version": "1.0.1",
"homepage": "https://github.com/agonsant/web-nexus-deployer",
"repository": {
"type": "git",
"url": "http://[email protected]:agonsant/web-nexus-deployer.git"
},
"bugs": {
"url": "https://github.com/agonsant/web-nexus-deployer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/agonsant/web-nexus-deployer/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.9.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": "^1.0.1",
"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",
"deployer",
"artifact",
"snapshot",
"release"
],
"main": "index.js",
"directories": {
"test": "test"
},
"author": "Alex González",
"license": "MIT"
}