forked from yahoo/ycb-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 886 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
{
"name": "modown-config",
"version": "0.1.0",
"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": "*",
"yui": "3.10.x"
},
"devDependencies": {
"chai": "*",
"istanbul": "*",
"jslint": "*",
"mocha": "*",
"xunit-file": "*"
},
"scripts": {
"cover": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/mocha/bin/_mocha tests/lib/*.js --reporter spec",
"test": "./node_modules/.bin/jslint lib/*.js tests/lib/*.js && ./node_modules/.bin/_mocha tests/lib/*.js --reporter spec"
},
"license": "BSD"
}