-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 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
{
"name": "web-selfie-icebreaker",
"version": "0.0.0",
"description": "",
"main": "Gulpfile.js",
"dependencies": {
"browserify-shim": "~3.6.0",
"express": "^4.9.4",
"glob": "~4.0.4",
"gulp": "~3.8.6",
"gulp-autoprefixer": "0.0.8",
"gulp-browserify": "^0.5.0",
"gulp-htmlmin": "~0.1.3",
"gulp-if": "~1.2.2",
"gulp-imagemin": "~0.6.1",
"gulp-less": "~1.3.1",
"gulp-load-plugins": "~0.5.3",
"gulp-minify-css": "~0.3.6",
"gulp-uglify": "~0.3.1",
"lodash": "~2.4.1",
"q": "^1.0.1",
"socket.io": "^1.1.0",
"socket.io-client": "^1.1.0",
"tinycolor2": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/UofTDev/web-selfie-icebreaker"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/UofTDev/web-selfie-icebreaker/issues"
},
"scripts": {
"start": "node app.js"
},
"devDependencies": {
"browser-sync": "~1.3.2",
"gulp-watch": "~0.6.9"
}
}