-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "RealTimeDropbox",
"version": "0.0.1",
"description": "Real time Dropbox",
"author": "Michael Lancaster",
"repository": {
"type": "git",
"url": "git://[email protected]/ewansou/instantly-photobooth.git"
},
"dependencies": {
"chokidar": "^1.0.3",
"express": "3.0.0",
"latest-version": "^3.1.0",
"mime-types": "^2.1.15",
"nodemailer": "~0.7.0",
"request": "^2.58.0",
"socket.io": "^0.9.19",
"underscore": "^1.8.3",
"winston": "*"
},
"devDependencies": {
"browser-sync": "^2.3.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-develop-server": "^0.5.2",
"gulp-imagemin": "^3.3.0",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.0.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.2.0",
"imagemin-pngquant": "^5.0.1",
"mime-types": "^2.1.15",
"run-sequence": "^2.0.0"
},
"engines": {
"node": "8.0.0",
"npm": "5.0.0"
}
}