-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "chromecast-app",
"productName": "Chromecast app",
"version": "0.5.1",
"description": "Desktop application for Chromecast, based on Node.js, Electron, React & Material-UI",
"main": "app/main.js",
"scripts": {
"postinstall": "cd ./app && npm install",
"start": "set NODE_ENV=development && gulp build:ui && electron app/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/annexare/Chromecast"
},
"keywords": [
"Chromecast",
"App",
"GUI",
"Electron",
"Node",
"React",
"Material",
"Google",
"Annexare"
],
"author": "Annexare",
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/Chromecast/issues"
},
"homepage": "http://annexare.github.io/Chromecast",
"eslintConfig": ".eslintrc.json",
"devDependencies": {
"babel-eslint": "*",
"babel-plugin-transform-class-properties": "*",
"babel-preset-modern-browsers": "*",
"babel-preset-react": "*",
"electron-prebuilt": "1.3.4",
"electron-packager": "~7.7.0",
"eslint-plugin-react": "*",
"del": "*",
"flexboxgrid": "*",
"gulp": "*",
"gulp-babel": "*",
"gulp-concat": "*",
"gulp-eslint": "*",
"material-design-lite": "*",
"pack-dir": ">=0.6.0"
},
"xDependencies": {
"babel-loader": "*",
"webpack": "*"
},
"engine": "node >= 5.10.0"
}