-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 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
{
"name": "sidekick",
"version": "1.12.2",
"description": "Your code, made perfect.",
"main": "index.js",
"scripts": {
"test": "mocha src/*.test.js src/*/*.test.js",
"coverage": "istanbul cover _mocha src/*/*.test.js"
},
"bin": {
"sidekick": "./sidekick.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidekickcode/sidekick.git"
},
"keywords": [
"javascript",
"lint",
"quality",
"static-analysis"
],
"author": "",
"engineStrict": true,
"engines": {
"node": ">= 4.2.0"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/sidekickcode/tracker/issues"
},
"homepage": "https://github.com/sidekickcode/sidekick#readme",
"dependencies": {
"@sidekick/analyser-manager": "^2.2.7",
"@sidekick/common": "^3.3.9",
"@sidekick/git-helpers": "^1.2.0",
"@sidekick/runner": "^0.3.1",
"bluebird": "2.9.34",
"chalk": "1.1.3",
"cli-spinner": "0.2.4",
"debug": "2.2.0",
"easy-stdin": "^1.0.1",
"fs-extra": "^0.30.0",
"lodash": "3.10.1",
"proxytron": "^1.0.5",
"rpcjs": "^1.1.0",
"ttys": "0.0.3",
"uuid": "^2.0.2",
"yargs": "4.3.2"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.2.0",
"elementtree": "0.1.6",
"flow-bin": "0.22.1",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"sinon": "1.17.3"
}
}