-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "cerebro",
"version": "1.3.1",
"description": "A generic configuration system for Node.js.",
"author": "Scott Sperling <scsper@yahoo.com>",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"test": "grunt test:ci",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"devDependencies": {
"chai": "^4.1.0",
"coveralls": "^3.0.4",
"grunt": "~1.0.1",
"grunt-benchmark": "~1.0.0",
"grunt-cli": "~1.2.0",
"grunt-eslint": "^20.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"phantomjs-prebuilt": "~2.1.13",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0"
},
"dependencies": {
"buffer-crc32": "^0.2.13",
"lodash.template": "^4.5.0",
"tv4": "^1.2.7"
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/cerebro.git"
},
"homepage": "https://github.com/yahoo/cerebro#readme"
}