2016-03-19 21:37:04 +01:00
|
|
|
{
|
|
|
|
"name": "szurubooru",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-04-01 18:45:25 +02:00
|
|
|
"build": "node build.js",
|
|
|
|
"watch": "watch 'npm run build' html js css img --wait=0 --ignoreDotFiles"
|
2016-03-19 21:37:04 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"browserify": "^13.0.0",
|
2016-04-06 20:38:45 +02:00
|
|
|
"camelcase": "^2.1.1",
|
2016-03-27 23:00:42 +02:00
|
|
|
"csso": "^1.8.0",
|
2016-03-27 20:29:47 +02:00
|
|
|
"glob": "^7.0.3",
|
2016-03-19 21:37:04 +01:00
|
|
|
"handlebars": "^4.0.5",
|
2016-03-27 20:29:47 +02:00
|
|
|
"html-minifier": "^1.3.1",
|
2016-03-30 21:01:18 +02:00
|
|
|
"js-cookie": "^2.1.0",
|
2016-04-06 20:38:45 +02:00
|
|
|
"js-yaml": "^3.5.5",
|
2016-03-19 21:37:04 +01:00
|
|
|
"merge": "^1.2.0",
|
|
|
|
"page": "^1.7.1",
|
2016-03-28 22:33:20 +02:00
|
|
|
"superagent": "^1.8.3",
|
2016-03-27 20:29:47 +02:00
|
|
|
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-03-19 21:37:04 +01:00
|
|
|
"watch": "latest"
|
|
|
|
}
|
|
|
|
}
|