1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur-scaffold.git synced 2024-04-29 23:49:21 +03:00
raconteur-scaffold/package.json

26 lines
648 B
JSON
Raw Normal View History

2015-04-13 06:08:06 +03:00
{
"dependencies": {
"undum": "git://github.com/sequitur/undum.git#commonjs",
"raconteur": "git://github.com/sequitur/raconteur.git#stable",
"jquery": "^2.1.3",
"markdown-it": "^4.1.0"
},
"private": true,
"devDependencies": {
"babelify": "^6.0.2",
"browser-sync": "^2.6.0",
"browserify": "^9.0.8",
2015-04-13 08:50:57 +03:00
"coffeeify": "^1.0.0",
2015-04-13 06:08:06 +03:00
"gulp": "^3.8.11",
2015-04-13 08:50:57 +03:00
"gulp-gzip": "^1.1.0",
2015-04-13 06:08:06 +03:00
"gulp-less": "^3.0.2",
2015-04-13 08:50:57 +03:00
"gulp-minify-css": "^1.0.0",
"gulp-uglify": "^1.2.0",
2015-04-13 06:08:06 +03:00
"gulp-util": "^3.0.4",
"lodash": "^3.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}