-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
executable file
·135 lines (135 loc) · 4.87 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "powder-web",
"productName": "PowderWeb",
"version": "0.9.0",
"description": "Modern Bittorrent Client with Web UI and Torrent Streaming Capabilities.",
"author": "Alexandru Branza <[email protected]>",
"main": "main.js",
"homepage": "./",
"scripts": {
"build": "node build.js",
"build-front": "node build.js --only-front",
"build-react": "nwb build-react-app",
"clean": "nwb clean-app",
"start": "node start.js",
"start-front": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"clean:packages:": "rimraf ./packages",
"lint": "eslint ./src ./tools ./webpackConfig \"./*.js\"",
"start-back": "cross-env NODE_ENV=development electron .",
"electron-production": "cross-env NODE_ENV=production electron .",
"prepackage": "run-s clean:packages",
"build-back": "electron-packager ./ --out=./packages --icon=./packaging/icons/powder --ignore=\"tools|docs|webpackConfig|lock|public/\"",
"package-all": "electron-packager ./ --out=./packages --icon=./packaging/icons/powder --platform=all --ignore=\"tools|docs|webpackConfig|lock|public/\"",
"package-32bit": "electron-packager ./ --out=./packages --icon=./packaging/icons/powder --arch=ia32 --ignore=\"tools|docs|webpackConfig|lock|public/\"",
"deb64": "electron-installer-debian --src packages/PowderWeb-linux-x64/ --dest installers/ --arch amd64 --config packaging/linux/conf.json"
},
"dependencies": {
"async": "^1.5.0",
"auto-launch": "^5.0.5",
"bluebird": "^3.1.5",
"checksum": "^0.1.1",
"decompress-zip": "https://github.com/jaruba/decompress-zip/tarball/master",
"duti-prebuilt": "https://github.com/jaruba/duti-prebuilt/tarball/master",
"easy-ffmpeg": "https://github.com/jaruba/easy-ffmpeg/tarball/master",
"electron-settings": "https://github.com/jaruba/electron-settings/tarball/master",
"formidable": "^1.2.1",
"frisbee": "^1.6.0",
"get-port": "^3.2.0",
"hat": "^0.0.3",
"history": "^4.7.2",
"hls-vod": "https://github.com/jaruba/hls-vod/tarball/master",
"http-proxy": "^1.17.0",
"is-electron": "^2.1.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"my-local-ip": "^1.0.0",
"needle": "^0.11.0",
"node-notifier": "^5.2.1",
"npm-run-all": "^4.1.3",
"opensubtitles-api": "https://github.com/jaruba/opensubtitles-api/tarball/master",
"opn": "^5.3.0",
"parse-torrent": "^6.0.0",
"prop-types": "^15.6.0",
"pump": "^3.0.0",
"qrcode": "^1.2.2",
"ramda": "^0.25.0",
"range-parser": "^1.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-hot-loader": "next",
"react-interface": "^0.6.5",
"react-network": "^1.0.1",
"react-onclickoutside": "^6.6.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"read-torrent": "^1.3.0",
"redux": "^3.7.2",
"redux-logic": "^0.12.3",
"request": "^2.86.0",
"reselect": "^3.0.1",
"rimraf": "^2.6.2",
"selfsigned": "^1.10.3",
"sha1": "^1.1.1",
"simple-get": "^3.0.3",
"srt-to-vtt": "^1.1.2",
"styled-components": "^2.1.2",
"subsrt": "https://github.com/jaruba/subsrt/tarball/master",
"torrent-worker": "https://github.com/jaruba/torrent-worker/tarball/use-binary",
"unique-string": "^1.0.0",
"videojs-settings-menu": "0.0.2",
"walk": "^2.3.14",
"window-prebuilt": "https://github.com/jaruba/window-prebuilt/tarball/master",
"winreg": "^1.2.4",
"torrent-thread": "https://github.com/jaruba/torrent-thread/tarball/master",
"subtitles-thread": "https://github.com/jaruba/subtitles-thread/tarball/master",
"write-file-atomic": "^2.3.0",
"xml-js": "^1.6.3",
"youtube-dl": "https://github.com/jaruba/node-youtube-dl/tarball/master",
"yup": "^0.22.0",
"jsonfile": "https://github.com/jaruba/node-jsonfile/tarball/master",
"name-to-imdb": "2.3.2",
"video-name-parser": "^1.4.6"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.0.0",
"dotenv": "^4.0.0",
"electron": "1.6.7",
"electron-devtools-installer": "^2.2.0",
"electron-packager": "^12.1.0",
"eslint-config-react-tools": "^1.0.6",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "5.1",
"eslint-plugin-react": "^7.3.0",
"npm-run-all": "^4.1.3",
"nwb": "^0.19.1"
},
"optionalDependencies": {
"electron-installer-debian": "^0.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jaruba/PowderWeb.git"
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules",
"src"
],
"testPathIgnorePatterns": [
"/node_modules",
"packages"
],
"testRegex": "tests/.*\\.test\\.js$"
}
}