-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.54 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
{
"name": "throw-client",
"version": "0.0.1",
"author": "",
"description": "Throw",
"relese-name": "Hello World",
"homepage": "",
"main": "js/browser.js",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"scripts": {
"start": "grunt --dev",
"release": "grunt release"
},
"license": "GPL-3.0",
"electron-version": "0.35.5",
"dependencies": {
"alt": "^0.18.2",
"async": "^1.5.0",
"bluebird": "^3.3.3",
"get-port": "^2.1.0",
"lodash": "^4.5.0",
"material-ui": "^0.14.4",
"moment": "^2.11.2",
"mousetrap": "^1.5.3",
"peerflix": "^0.32.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-dropzone": "^3.3.2",
"react-qr": "0.0.2",
"react-tap-event-plugin": "^0.2.2",
"read-torrent": "^1.3.0",
"socket.io": "^1.4.5",
"yargs": "^4.1.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch-chokidar": "^1.0.0",
"grunt-download-wcjs": "0.0.2",
"grunt-electron": "^2.0.1",
"grunt-newer": "^1.1.2",
"grunt-npm-command": "^0.1.0",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.2.1",
"grunt-shell-spawn": "^0.3.10",
"grunt-vlc-libs": "0.0.1",
"load-grunt-tasks": "^3.3.0"
},
"optionalDependencies": {
"electron-prebuilt": "0.35.5"
}
}