-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "audio-cast",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "grunt ffmpeg_libs"
},
"author": "",
"license": "ISC",
"electron-version": "0.35.1",
"main": "main.js",
"dependencies": {
"async": "^1.5.0",
"bluebird": "^3.0.6",
"castv2": "^0.1.4",
"castv2-client": "^1.1.0",
"chromecast-api": "^0.2.4",
"electron-json-storage": "^2.0.0",
"evilscan": "^1.0.2",
"express": "^4.13.3",
"fluent-ffmpeg": "^2.0.1",
"get-port": "^2.1.0",
"mdns-js": "^0.4.0",
"node-windows": "^0.1.10",
"node-ssdp-lite": "^0.2.0",
"xml2js": "^0.4.17",
"request": "^2.79.0"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-plugin-transform-merge-sibling-variables": "^6.1.18",
"babel-plugin-transform-minify-booleans": "^6.1.18",
"babel-plugin-transform-property-literals": "^6.1.18",
"babel-plugin-transform-simplify-comparison-operators": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"electron-prebuilt": "^0.35.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-electron": "^2.0.1",
"grunt-ffmpeg-libs": "0.0.1",
"grunt-newer": "^1.1.1",
"grunt-shell": "^1.1.2",
"grunt-shell-spawn": "^0.3.10",
"load-grunt-tasks": "^3.3.0"
},
"optionalDependencies": {
"electron-prebuilt": "1.2.2"
}
}