-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
{
"name": "bit_player",
"version": "1.0.0",
"description": "video torrents player with subtitles support",
"main": "bundle.js",
"scripts": {
"test": "test",
"start": "node server.js",
"browserify": "browserify -r browserify-fs:fs -r chrome-dgram:dgram -r chrome-socket:socket bundle.js -o ext/js/bundle.js",
"bundle2": "browserify bundle2.js -o ext/js/bundle2.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roeycohen/Bit-Player-Chrome-Extension.git"
},
"keywords": [
"pocorn",
"player",
"chrome",
"extension"
],
"author": "Roey Cohen",
"license": "ISC",
"bugs": {
"url": "https://github.com/roeycohen/Bit-Player-Chrome-Extension/issues"
},
"homepage": "https://github.com/roeycohen/Bit-Player-Chrome-Extension#readme",
"dependencies": {
"browser-process-hrtime": "0.1.2",
"browserify-fs": "1.0.0",
"buffer": "4.5.0",
"chrome-dgram": "2.1.7",
"chrome-socket": "0.0.1",
"filereader-stream": "^1.0.0",
"jschardet": "^1.4.1",
"long": "3.0.3",
"opensubtitles": "0.0.3",
"path": "0.12.7",
"stream": "0.0.2",
"torrent-memory-storage": "1.0.0",
"torrent-stream": "1.0.2"
},
"devDependencies": {
"browserify": "*",
"watchify": "*"
}
}