-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 986 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
37
38
39
40
41
42
43
44
45
{
"name": "video-chat",
"version": "0.0.1",
"engines": {
"node": "4.2.1"
},
"description": "start info",
"main": "server/",
"repository": {},
"scripts": {
"postinstall": "bower i && gulp",
"start": "node server/",
"test": "npm i"
},
"keywords": [
"chat",
"video",
"stream"
],
"author": "Maxim Borodin <borodinmk@gmail.com>",
"license": "MIT",
"dependencies": {
"bower": "^1.5.3",
"del": "^2.0.2",
"express": "^4.13.3",
"gulp": "3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-cache": "^0.3.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-html": "^1.0.4",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.4.1",
"main-bower-files": "^2.9.0",
"ws": "^0.8.0"
},
"devDependencies": {
"browser-sync": "^2.9.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.2",
"gulp-stylint": "^3.0.0"
}
}