-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.04 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
{
"name": "ss-generator",
"version": "1.0.1",
"description": "SocketStream's app generator",
"repository": "https://github.com/socketstream/ss-generator.git",
"main": "index.js",
"scripts": {
"checkDependencies": "node_modules/.bin/npm-dview",
"coveralls": "NODE_ENV=test node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/* && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"cover": "NODE_ENV=test node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/*",
"lint": "jshint .",
"notes": "node_modules/.bin/notes .",
"test": "NODE_ENV=test node_modules/.bin/mocha test/*"
},
"keywords": [
"socketstream"
],
"author": "Paul Jensen <[email protected]>",
"license": "MIT",
"devDependencies": {
"check-dependencies": "^0.9.5",
"coveralls": "^2.11.4",
"gently": "^0.10.0",
"istanbul": "^0.3.18",
"jshint": "^2.8.0",
"mocha": "2.3.0",
"notes": "0.0.4"
},
"dependencies": {
"async": "^1.4.2",
"colors": "^1.1.2"
}
}