-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "trooba-bootstrap",
"version": "0.1.0",
"description": "bootstrap trooba pipeline from json configuration",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test",
"test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trooba/trooba-bootstrap.git"
},
"keywords": [
"trooba",
"pipeline",
"configuration"
],
"author": "Dmytro Semenov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trooba/trooba-bootstrap/issues"
},
"homepage": "https://github.com/trooba/trooba-bootstrap#readme",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"devDependencies": {
"async": "^2.5.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.1"
},
"dependencies": {
"merge-deep": "^3.0.0",
"resolve-from": "^5.0.0",
"shortstop": "^1.0.3",
"shortstop-handlers": "^1.0.1",
"trooba": "^2.0.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}