summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-04-01 18:45:25 +0200
committerrr- <rr-@sakuya.pl>2016-04-01 18:48:16 +0200
commite487adcc97b8d2bd111a34b7d3c72d66001deb8b (patch)
treed684abf99bf176ead0a785bc237ae3b6a81417c1 /client/package.json
parent1ad71585c4e95555566e8af068d5addf75b33274 (diff)
split files into client/ and server/
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
new file mode 100644
index 0000000..da59222
--- /dev/null
+++ b/client/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "szurubooru",
+ "private": true,
+ "scripts": {
+ "build": "node build.js",
+ "watch": "watch 'npm run build' html js css img --wait=0 --ignoreDotFiles"
+ },
+ "dependencies": {
+ "browserify": "^13.0.0",
+ "camelcase-keys": "^2.1.0",
+ "csso": "^1.8.0",
+ "glob": "^7.0.3",
+ "handlebars": "^4.0.5",
+ "html-minifier": "^1.3.1",
+ "ini": "^1.3.4",
+ "js-cookie": "^2.1.0",
+ "merge": "^1.2.0",
+ "page": "^1.7.1",
+ "superagent": "^1.8.3",
+ "uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony"
+ },
+ "devDependencies": {
+ "watch": "latest"
+ }
+}