1
0
Fork 0
mirror of https://gitlab.com/Oreolek/ludumdare37.git synced 2024-04-25 21:59:39 +03:00
ludumdare37/package.json

29 lines
667 B
JSON
Raw Normal View History

{
"dependencies": {
2017-11-09 19:04:49 +02:00
"cson": "^4.1.0",
"glob": "^7.1.2",
"improv": "^1.0.0",
"salet": "^2.0.0"
},
"private": true,
"devDependencies": {
2017-11-09 19:04:49 +02:00
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0-alpha.2",
2017-11-09 19:04:49 +02:00
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"browserify-shim": "^3.8.14",
"coffeescript": "^2.0.0",
"coffeeify": "^3.0.1",
"gulp": "^3.8.11",
2017-11-09 19:04:49 +02:00
"gulp-coffee": "^2.3.4",
"gulp-concat": "^2.6.1",
2017-11-09 19:04:49 +02:00
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
2017-11-09 19:04:49 +02:00
"watchify": "^3.9.0"
}
}