-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "chrome-devtools",
"version": "1.1.0",
"description": "Chrome DevTools packaged as an desktop app",
"author": "Kenneth Auchenberg",
"license": "MIT",
"dependencies": {
"bower": "~1.3.12"
},
"devDependencies": {
"asar": "^0.7.2",
"electron-prebuilt": "^0.34.0",
"fs-jetpack": "^0.7.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"q": "^1.4.1",
"rollup": "^0.16.1",
"tree-kill": "^0.1.1",
"yargs": "^3.15.0"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"main": "index.js",
"scripts": {
"postinstall": "node ./tasks/app_npm_install",
"app-install": "node ./tasks/app_npm_install",
"build": "gulp build",
"release": "gulp release --env=production",
"start": "node ./tasks/start",
"test": "node ./tasks/start --env=test",
"postinstall": "bower cache clean && bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/auchenberg/chrome-devtools-app.git"
},
"bugs": {
"url": "https://github.com/auchenberg/chrome-devtools-app/issues"
},
"homepage": "https://github.com/auchenberg/chrome-devtools-app"
}