-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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
{
"name": "webrtc-ng",
"version": "0.0.0",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "node server ",
"prestart": "node ./node_modules/webpack/bin/webpack",
"dev": "nodemon server",
"build": "webpack -d --watch",
"postinstall": "node ./node_modules/webpack/bin/webpack"
},
"dependencies": {
"angular": "^1.5.5",
"angular-ui-router": "^0.2.18",
"bootstrap": "^3.3.6",
"getscreenmedia": "^1.5.3",
"getusermedia": "^1.3.7",
"jquery": "^2.2.3",
"rtcpeerconnection": "^5.0.1",
"socket.io-client": "^1.4.5",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"express": "^4.12.4",
"lodash": "^4.15.0",
"lowdb": "^0.13.1",
"redis": "^2.6.0-2",
"shortid": "^2.2.4",
"socket.io": "^1.3.5",
"webpack": "^1.13.1"
},
"devDependencies": {
"browserify": "^13.0.1",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.3.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"nodemon": "^1.9.2",
"run-sequence": "^1.1.5",
"streamify": "^0.2.5",
"uglifyify": "^3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}