1
0
Fork 0
mirror of https://github.com/Oreolek/shooter.git synced 2024-04-25 05:29:20 +03:00
shooter/package.json

31 lines
797 B
JSON
Raw Permalink Normal View History

2015-12-01 08:42:52 +02:00
{
"dependencies": {
"undum": "git://github.com/oreolek/undum-commonjs#commonjs",
"raconteur": "git://github.com/sequitur/raconteur.git#stable",
"jquery": "^2.1.3",
2015-12-11 10:37:58 +02:00
"jquery-ui": "^1.10.5",
2015-12-01 08:42:52 +02:00
"markdown-it": "^4.1.0",
"tiny-cookie": "^0.5.5"
2015-12-01 08:42:52 +02:00
},
"private": true,
"devDependencies": {
"babelify": "^6.0.2",
"browser-sync": "^2.6.0",
"browserify": "^9.0.8",
"browserify-shim": "^3.8.8",
"coffeeify": "^1.0.0",
"gulp": "^3.8.11",
"gulp-gzip": "^1.1.0",
2015-12-12 07:56:10 +02:00
"gulp-sass": "^2.1.1",
2015-12-01 08:42:52 +02:00
"gulp-minify-css": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
2015-12-08 09:57:24 +02:00
"gulp-concat": "^2.6.0",
2015-12-01 08:42:52 +02:00
"lodash": "^3.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}