forked from RackHD/on-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
55
56
57
{
"name": "on-tasks",
"version": "1.0.0",
"description": "Tasks repository (meant as a library of tasks) to be loaded and run by task graphs as needed.",
"main": "index.js",
"scripts": {
"doc": "jsdoc lib -r -d docs",
"test": "mocha $(find spec -name '*-spec.js') -R spec --require spec/helper.js"
},
"repository": {
"type": "git",
"url": "https://github.com/RackHD/on-tasks"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RackHD/on-tasks/issues"
},
"homepage": "https://github.com/RackHD/on-tasks",
"dependencies": {
"ajv": "^4.1.0",
"di": "git+https://github.com/RackHD/di.js.git",
"dockerode": "^2.2.10",
"lodash": "^3.10.1",
"on-core": "git+https://github.com/RackHD/on-core.git",
"ssh2": "0.5.0",
"url-parse": "~1.0.5",
"xml2js": "^0.4.4",
"temp": "~0.8.3"
},
"devDependencies": {
"chai": "^2.0.0",
"chai-as-promised": "^4.2.0",
"coveralls": "^2.11.4",
"glob": "^4.3.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-istanbul": "^2.3.1",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.1",
"istanbul": "^0.3.5",
"jsdoc": "^3.3.0-alpha13",
"jshint": "^2.5.11",
"json-schema-faker": "^0.3.6",
"jsonlint": "^1.6.2",
"lodash.unset": "^4.4.0",
"mocha": "^2.1.0",
"nock": "^2.17.0",
"node-uuid": "^1.4.2",
"sinon": "^1.12.2",
"sinon-as-promised": "^2.0.3",
"sinon-chai": "^2.7.0",
"supertest": "^0.15.0",
"xunit-file": "0.0.6"
}
}