-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 2.23 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": "app-engine-trebuchet",
"productName": "App Engine Trebuchet",
"version": "0.0.4",
"description": "App Engine Trebuchet is a visual tool that makes it easier to create and deploy applications for App Engine. It's meant to be a replacement for the App Engine Launcher.",
"main": "main.js",
"scripts": {
"start": "electron . --log-level=silly",
"build": "webpack",
"dev": "webpack --watch",
"dist": "npm run build && build -ml",
"distw": "npm run build && build -w",
"distm": "npm run build && build -m",
"logs-local": "cat ~/Library/Logs/App\\ Engine\\ Trebuchet/log.log",
"open-local": "open /Applications/App\\ Engine\\ Trebuchet.app/ --args --log-level silly"
},
"build": {
"appId": "app-engine-trebuchet",
"extraResources": "extras/",
"mac": {
"category": "public.app-category.developer-tools"
},
"win": {}
},
"postinstall": "install-app-deps",
"repository": "https://github.com/JustinBeckwith/trebuchet",
"keywords": [
"App Engine",
"AppEngine",
"Launcher",
"UI"
],
"author": "Justin Beckwith <[email protected]",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"electron": "^1.4.13",
"electron-builder": "^10.12.0",
"electron-connect": "^0.6.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"always-tail": "^0.2.0",
"babel-polyfill": "^6.20.0",
"chmodr": "^1.0.2",
"cross-spawn": "^5.0.1",
"electron-is-dev": "^0.1.2",
"electron-log": "^1.2.2",
"fix-path": "^2.1.0",
"fs-extra": "^1.0.0",
"js-yaml": "^3.7.0",
"localforage": "^1.4.3",
"lodash": "^4.17.2",
"material-ui": "^0.16.5",
"project-name-generator": "^2.1.3",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-tap-event-plugin": "^2.0.1",
"spawn-sync": "^1.0.15",
"try-thread-sleep": "^1.0.0",
"uuid": "^3.0.1"
}
}