mirror of https://github.com/Oreolek/shooter.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
797 B
JSON
31 lines
797 B
JSON
{
|
|
"dependencies": {
|
|
"undum": "git://github.com/oreolek/undum-commonjs#commonjs",
|
|
"raconteur": "git://github.com/sequitur/raconteur.git#stable",
|
|
"jquery": "^2.1.3",
|
|
"jquery-ui": "^1.10.5",
|
|
"markdown-it": "^4.1.0",
|
|
"tiny-cookie": "^0.5.5"
|
|
},
|
|
"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",
|
|
"gulp-sass": "^2.1.1",
|
|
"gulp-minify-css": "^1.0.0",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-util": "^3.0.4",
|
|
"gulp-zip": "^3.0.2",
|
|
"gulp-concat": "^2.6.0",
|
|
"lodash": "^3.6.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.1.0"
|
|
}
|
|
}
|