forked from yahoo/ycb-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "modown-config",
"version": "0.2.2",
"description": "modown configuration manager",
"author": "Drew Folta <[email protected]>",
"contributors": [],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">0.8",
"npm": ">1.0"
},
"homepage": "yo/modown",
"dependencies": {
"ycb": "~1.1.0",
"ypromise": "~0.2.2",
"json5": "0.2.0",
"yamljs": "0.1.4",
"lru-cache": "2.3.1"
},
"devDependencies": {
"chai": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"xunit-file": "*"
},
"scripts": {
"cover": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/mocha/bin/_mocha tests/lib/*.js --reporter spec",
"test": "jshint lib/index.js tests/lib/index.js && _mocha tests/lib/index.js --reporter spec"
},
"license": "BSD",
"yahoo": {
"bugzilla": {
"product": "Mojito",
"component": "General"
}
}
}