-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 924 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
33
34
35
36
37
38
39
40
{
"name": "component-jscoverage",
"version": "0.1.0",
"description": "jscoverage plugin for component-builder",
"repository": {
"type": "git",
"url": "git://github.com/Frapwings/component-jscoverage.git"
},
"author": "kazupon (kazuya kawaguchi) <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Frapwings/component-jscoverage/issues"
},
"keywords": [
"component",
"builder",
"jscoverage"
],
"dependencies": {
"jscoverage": "~0.3.8",
"debug": "~0.7.4"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"component-builder": "~0.10.0",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.3.0",
"component": "~0.18.0",
"mocha-phantomjs": "~3.1.6",
"json2htmlcov": "~0.1.1"
},
"main": "index.js",
"scripts": {
"test": "make test-coveralls"
},
"engines": {
"node": ">= 0.10.0"
}
}