-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 885 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
{
"name": "bustashape",
"version": "0.4.0",
"description": "Collaborative artwork powered by the web.",
"repository": "https://github.com/rupl/bustashape",
"license": "MIT",
"dependencies": {
"consolidate": "^0.15.1",
"dustjs-helpers": "^1.7.4",
"dustjs-linkedin": "^2.7.2",
"express": "^4.17.3",
"merge-stream": "^1.0.0",
"socket.io": "^2.5.0",
"twitter": "^1.7.1",
"two.js": "^0.5.0"
},
"devDependencies": {
"browser-sync": "^2.29.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.4.2",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"sass": "^1.55.0"
},
"engines": {
"node": "18.x",
"npm": "8.x"
},
"scripts": {
"postinstall": "gulp build",
"start": "node index.js"
}
}