-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.35 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
48
49
50
51
52
{
"name": "amumu",
"version": "1.0.0",
"description": "amumu",
"main": "server/amumu_server.js",
"scripts": {
"client": "node client/amumu_client.js",
"proxy": "node proxy/amumu_proxy.js",
"encoder": "node encoder/amumu_encoder.js",
"build:js": "npm-run-all build:js:browserify",
"build:js:browserify": "browserify ./lib/chinachu/proxy/web/lib/amumu/src/videojs-liveseek.js -s videojs-liveseek -o ./lib/chinachu/proxy/web/lib/amumu/dist/videojs-liveseek.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sogaani/amumu.git"
},
"keywords": [
"chinachu",
"amumu"
],
"author": "sogaani",
"license": "Apache-2.0",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"socket.io": "global:io",
"video.js": "global:videojs"
},
"bugs": {
"url": "https://github.com/sogaani/amumu/issues"
},
"homepage": "https://github.com/sogaani/amumu",
"dependencies": {
"agenda": "^0.9.1",
"agendash": "^0.4.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.14",
"http-proxy": "^1.16.2",
"mongodb": "^2.2.29",
"nedb": "^1.8.0",
"node": "0.0.0",
"npm-run-all": "^4.1.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"socket.io": "^2.0.3",
"video.js": "^5.20.3"
}
}