-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
42
43
{
"name": "swrap",
"description": "Simple Node service wrapper, with basic support for configs and classes.",
"version": "0.0.5",
"author": "Gustavo Henke <[email protected]>",
"keywords": [
"app",
"service",
"wrapper",
"wrap",
"config",
"cjson",
"class",
"oop"
],
"repository": {
"type": "git",
"url": "[email protected]/injoin/swrap.git"
},
"dependencies": {
"cjson": "0.2.1",
"dotty": "0.0.2",
"lodashed": "~0.1.2",
"eventemitter2": "~0.4.13"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.15.1",
"jscoverage": "~0.3.8",
"sinon": "~1.7.3",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.0"
},
"scripts": {
"prepublish": "npm prune",
"pretest": "./node_modules/jscoverage/bin/jscoverage lib lib-cov",
"test": "SWRAP_COV=1 ./node_modules/mocha/bin/mocha -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
},
"engines": {
"node": ">=0.8.0"
},
"license": "MIT"
}