-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.85 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
72
73
74
75
76
77
{
"name": "Cereal",
"productName": "Cereal",
"main": "main.js",
"version": "0.2.0",
"repository": "https://github.com/samCrock/cereal",
"description": "stream & download series",
"license": "MIT",
"author": {
"name": "samCrock",
"email": "[email protected]"
},
"dependencies": {
"angular": "=1.5.9",
"angular-animate": "=1.5.9",
"angular-aria": "=1.5.9",
"angular-material": "=1.1.2",
"angular-material-icons": "^0.7.0",
"angular-sanitize": "^1.5.9",
"angular-translate": "^2.13.1",
"angular-ui-router": "^0.3.1",
"bluebird": "latest",
"body-parser": "latest",
"chalk": "latest",
"cheerio": "latest",
"chokidar": "=1.4.3",
"debug": "^2.6.5",
"electrolyte": "latest",
"electron-log": "^2.2.3",
"electron-updater": "^1.14.2",
"express": "latest",
"font-awesome": "^4.6.3",
"fs-extra": "latest",
"fs-path": "latest",
"log-update": "latest",
"magnet-uri": "^5.1.3",
"moment": "^2.19.0",
"node-zip": "^1.1.1",
"npm-run-all": "latest",
"pouchdb": "^6.3.4",
"pouchdb-browser": "^6.3.4",
"request": "latest",
"request-promise": "^4.0.2",
"rimraf": "^2.6.1",
"socket.io": "^1.4.6",
"srt2vtt": "^1.3.1",
"transmission": "latest",
"util": "^0.10.3",
"video.js": "^5.12.6",
"webtorrent": "^0.98.19"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "1.6.15",
"electron-builder": "latest",
"electron-prebuilt": "^1.4.13"
},
"scripts": {
"start": "./node_modules/.bin/electron main.js",
"pack": "build --dir",
"dist-l": "build -l",
"dist-w": "build -w",
"dist-m": "build -m"
},
"build": {
"appId": "cereal.io",
"asar": false,
"nsis": {
"perMachine": false
},
"files": [
"**/*",
"!library"
]
},
"postinstall": "install-app-deps"
}