-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 913 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
{
"name": "highly-attractive-node-utils",
"version": "1.2.0",
"description": "Collection of helper modules for Node.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec",
"test-cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
},
"repository": {
"type": "git",
"url": "http://github.com/highly-attractive-people/nodeUtils"
},
"author": "Highly Attractive People",
"contributors": [
"Helior Colorado <[email protected]>"
],
"license": "ISC",
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4"
},
"dependencies": {
"speakingurl": "^3.0.0"
}
}