-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "git2consul",
"description": "System for moving data from git to consul",
"license": "Apache-2.0",
"version": "0.12.13",
"contributors": [
{
"name": "Ryan Breen",
"email": "rbreen@cimpress.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/Cimpress-MCP/git2consul.git"
},
"dependencies": {
"body-parser": "~1.4.3",
"bunyan": "1.1.3",
"consul": "^0.10.0",
"coveralls": "^2.11.2",
"express": "~4.6.1",
"mkdirp": "0.5.0",
"rimraf": "2.2.8",
"underscore": "^1.8.0",
"properties": "1.2.1",
"js-yaml": "^3.6.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-debian-package": "^0.1.11",
"istanbul": "0.4.5",
"mocha": "3.5.0",
"request": "^2.42.0",
"should": "3.3.2",
"xunit-file": "0.0.5"
},
"preferGlobal": true,
"bin": "./index.js",
"scripts": {
"test": "./test/test.sh",
"cov": "./test/test.sh cov",
"coveralls": "npm run cov && node_modules/coveralls/bin/coveralls.js < reports/lcov.info"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}