-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.48 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
{
"name": "icebreaker.io-demo",
"version": "0.0.0",
"description": "Demo project to show how to use icebreaker.io libraries",
"main": "index.js",
"scripts": {
"dev": "node ./node_modules/webpack/bin/webpack.js && NODE_ENV=development node ./bin/www",
"start": "node ./node_modules/webpack/bin/webpack.js && NODE_ENV=production node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elbecita/icebreaker.io-demo.git"
},
"keywords": [
"webrtc"
],
"author": "Maria Fernandez",
"license": "MIT",
"bugs": {
"url": "https://github.com/elbecita/icebreaker.io-demo/issues"
},
"homepage": "https://github.com/elbecita/icebreaker.io-demo#readme",
"dependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"css-loader": "^0.28.7",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"fs": "0.0.1-security",
"https": "^1.0.0",
"icebreaker.io": "^1.0.0",
"icebreaker.io-client": "^1.0.0",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"postcss-loader": "^2.0.8",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"sass-loader": "^6.0.6",
"shortid": "^2.2.8",
"signals": "^1.0.0",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
}
}