-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 1.67 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
68
69
70
71
{
"name": "silk-gui",
"version": "0.5.3",
"description": "GUI for developers and Node OS",
"author": "zodern",
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"async": "~1.5.0",
"bower": "^1.7.1",
"bower-json": "latest",
"chokidar": "^1.4.1",
"commander": "2.9.0",
"download-github-repo": "^0.1.3",
"electron-prebuilt": "^0.36.5",
"express": "^4.10.1",
"json-file": "^0.1.0",
"jspath": "latest",
"localtunnel": "1.8.0",
"lodash": "^3.10.1",
"mime": "~1.3.4",
"mkdirp": "^0.5.0",
"npmi": "^1.0.1",
"resolve": "^1.1.6",
"rsvp": "latest",
"silk-electron": "Silk-GUI/silk-electron",
"sockjs": "~0.3.12",
"tingodb": "^0.4.2",
"update-notifier": "^0.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Silk-GUI/Silk"
},
"bugs": {
"url": "https://github.com/Silk-GUI/Silk/issues"
},
"keywords": [
"GUI",
"node-os",
"Silk"
],
"optionalDependencies": {
"tty.js": "Silk-GUI/tty.js.git"
},
"scripts": {
"start": "node main.js",
"lint": "./node_modules/.bin/eslint ./",
"pretest": "npm run lint",
"test": "mocha",
"setup": "node ./core/setup/index.js",
"setup-force": "node ./core/setup/index.js --force",
"prepublish": "node ./core/setup/index.js --force"
},
"bin": {
"silk": "bin.js"
},
"devDependencies": {
"chai": "*",
"coveralls": "~2.11.6",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"gulp": "^3.8.11",
"istanbul": "~0.4.1",
"mocha": "*",
"mocha-eslint": "^2.0.2",
"mocha-lcov-reporter": "*",
"rewire": "^2.5.1"
}
}