-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.12 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.12 KB
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": "aerogear-digger-node-client",
"version": "1.0.0",
"description": "AeroGear Digger Node client",
"main": "./lib/api/index.js",
"bin": {
"digger": "./bin/digger.js"
},
"scripts": {
"test": "grunt test",
"docs": "./node_modules/.bin/jsdoc lib/ bin/ README.md --recurse --destination .docs --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aerogear/digger-node.git"
},
"author": {
"name": "AeroGear",
"email": "aerogear-dev@lists.jboss.org"
},
"keywords": [
"build",
"ci",
"jenkins",
"rhmap",
"mobile",
"android",
"ios"
],
"license": "Apache-2.0",
"dependencies": {
"configstore": "2.1.0",
"jenkins": "0.20.0",
"readline-sync": "1.4.5",
"underscore": "1.8.3",
"winston": "2.3.0",
"yargonaut": "1.1.2",
"yargs": "6.5.0"
},
"engines": {
"node": ">= 4"
},
"devDependencies": {
"chai": "3.5.0",
"grunt": "1.0.1",
"grunt-mocha-test": "0.13.2",
"gruntify-eslint": "3.1.0",
"jsdoc": "3.5.5",
"mocha": "3.2.0",
"proxyquire": "1.7.10",
"sinon": "1.17.6"
}
}