forked from rupl/bustashape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 840 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
{
"name": "bustashape",
"version": "0.4.0",
"description": "Collaborative artwork powered by the web.",
"repository": "https://github.com/rupl/bustashape",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.26.7",
"consolidate": "^0.15.1",
"dustjs-helpers": "^1.7.4",
"dustjs-linkedin": "^2.7.2",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.4.2",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"socket.io": "^2.1.0",
"twitter": "^1.7.1",
"two.js": "^0.5.0"
},
"engines": {
"node": "8.16.1",
"npm": "6.11.2"
},
"scripts": {
"postinstall": "gulp build",
"start": "node index.js"
}
}