-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 Bytes
/
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
{
"name": "webrtcdialin",
"version": "0.0.1",
"description": "WebRTCDialIn",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack -w",
"build": "webpack"
},
"author": "Gabriel Micko",
"license": "ISC",
"dependencies": {
"fs": "0.0.2",
"js-cookie": "^2.2.0",
"json-loader": "^0.5.4",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^2.0.0-rc5",
"redux": "^3.0.5",
"redux-thunk": "^1.0.3",
"socket.io-client": "^1.4.6",
"source-map": "~0.4.2",
"webpack": "^1.13.1",
"webrtc-adapter": "^6.2.1",
"webrtc-analyzer": "git+https://github.com/DoclerLabs/webrtc-analyzer#0.1.3"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"express": "^4.13.4",
"webpack-stream": "^3.1.0"
}
}