-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.57 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kab",
"version": "0.2.0",
"description": "Know About Better - test your code",
"main": "index.js",
"scripts": {
"lint": "fecs --type=js --rule",
"coverage": "babel-istanbul cover ./node_modules/jasmine-node/bin/jasmine-node --captureExceptions test/",
"test": "npm run lint && npm run coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"bin": {
"kab": "./bin/kab"
},
"repository": "https://github.com/ecomfe/kab",
"keywords": [
"fecs",
"jscs",
"jshint",
"jslint",
"eslint",
"csslint",
"csshint",
"htmllint",
"htmlhint",
"jsbeautify",
"cssbeautify",
"htmlbeautify"
],
"author": "chris <[email protected]>",
"license": "MIT",
"preferGlobal": true,
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/ecomfe/kab/issues"
},
"homepage": "https://github.com/ecomfe/kab",
"dependencies": {
"ascii-table": "0.0.9",
"babel-core": "6.x",
"babel-istanbul": "^0.11.0",
"benchmark": "^2.1.0",
"chalk": "^1.1.1",
"chokidar": "^1.7.0",
"edp-browser-launcher2": "^0.4.5",
"edp-core": "*",
"edp-webserver": "latest",
"jasmine-node": "^2.0.0",
"manis": "^0.3.1",
"marked": "^0.3.6",
"minimatch": "^3.0.2",
"minimist": "^1.2.0",
"msee": "^0.3.1",
"platform": "^1.3.1",
"qransi": "0.0.2",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"source-map-closest-match": "^0.1.1",
"useragent": "^2.2.0"
},
"devDependencies": {
"coveralls": "^2.11.8",
"fecs": "latest"
}
}