-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
44
45
46
47
48
49
50
51
52
53
{
"name": "clairvoyance",
"version": "0.4.2",
"description": "A css code coverage tool",
"keywords": [
"css",
"coverage",
"test"
],
"main": "index.js",
"scripts": {
"test": "gulp lint test remap-istanbul",
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinsoku/clairvoyance.git"
},
"author": "sinsoku",
"license": "MIT",
"bugs": {
"url": "https://github.com/sinsoku/clairvoyance/issues"
},
"homepage": "https://github.com/sinsoku/clairvoyance#readme",
"dependencies": {
"commander": "^2.9.0",
"css": "^2.2.1",
"phantom": "^2.1.2"
},
"bin": {
"clairvoyance": "./bin/clairvoyance"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"del": "^2.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"intelli-espower-loader": "^1.0.1",
"power-assert": "^1.2.0",
"remap-istanbul": "^0.6.4"
}
}