This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
60 lines (60 loc) · 1.51 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
{
"name": "nile.js",
"version": "1.0.12",
"description": "A tool for scalable peer-to-peer video streaming using WebTorrent",
"main": "index.js",
"repository": "gitsummore/nile.js",
"bugs": {
"url": "https://github.com/gitsummore/nile.js/issues"
},
"homepage": "http://nilejs.com/",
"scripts": {
"start": "node demo-server.js",
"devstart": "nodemon demo-server.js",
"postinstall": "npm install [email protected] [email protected]",
"build": "webpack -w",
"min": "PROD_ENV=1 webpack",
"test": "./node_modules/mocha/bin/mocha ./test.js"
},
"author": "nile.js",
"license": "MIT",
"dependencies": {
"express": "^4.15.2",
"fs": "0.0.1-security",
"msr": "^1.3.4",
"path": "^0.12.7",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"url": "^0.11.0",
"util": "^0.10.3",
"webrtc-adapter": "^3.4.0",
"body-parser": "^1.17.1",
"webtorrent": "^0.98.18"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"cold-brew": "^1.0.36",
"css-loader": "^0.28.0",
"mocha": "^3.3.0",
"nodemon": "^1.11.0",
"should": "^11.2.1",
"style-loader": "^0.17.0",
"supertest": "^3.0.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5"
},
"keywords": [
"webtorrent",
"peer",
"live",
"streaming",
"webRTC",
"websocket",
"feross"
],
"unpkg": "client/dist"
}