-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"author": "Tikvach Alexander <[email protected]>",
"name": "gemini-coverage",
"version": "0.2.3",
"repository": {
"type": "git",
"url": "git://github.com/bem/gemini-coverage.git"
},
"bugs": {
"url": "https://github.com/bem/gemini-coverage/issues"
},
"engines": {
"node": ">= 0.10.20"
},
"dependencies": {
"inherit": "~2.2.2",
"q": "~1.0.1",
"mkdirp": "~0.5.0",
"coa": "~0.4.1",
"chalk": "~0.5.1",
"lodash": "~2.4.1",
"q-io": "~1.11.4",
"jade": "~1.5.0",
"clean-css": "~2.2.12"
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.3",
"istanbul": "^0.2.10",
"chai": "*",
"mocha": "*",
"chai-as-promised": "~4.1.1",
"jshint": "*"
},
"main": "lib/index.js",
"bin": {
"gemini-coverage": "bin/gemini-coverage"
},
"scripts": {
"test": "istanbul test _mocha test",
"lint": "jshint"
}
}