-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "streamar",
"version": "1.0.0",
"description": "testing media streams",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "KMB",
"license": "ISC",
"dependencies": {
"babel-preset-stage-1": "^6.1.18",
"chai": "^3.5.0",
"express": "^4.14.0",
"express-force-ssl": "^0.3.2",
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"serve-favicon": "^2.3.0",
"simple-peer": "^6.0.5",
"socket.io": "^1.3.6",
"socket.io-client": "^1.4.8",
"webrtc-adapter": "^2.0.2"
},
"devDependencies": {
"babel-preset-react-hmre": "^1.1.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.0",
"webpack-hot-middleware": "^2.12.2",
"nodemon": "^1.10.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"react-addons-test-utils": "^0.14.7",
"webpack": "^1.12.9"
},
"engines": {
"node": "6.2.2"
}
}