aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/package.json
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-20 02:05:23 +0700
committerGravatar Vitaly Takmazov2016-11-23 13:03:00 +0300
commit7a2ea130863bb095fa925ec0c7576b076490f0cf (patch)
tree6289abc4383d070c39bf8528477d243a8d1dda87 /juick-spring-www/package.json
parent606e2a8d6fc8af288632e2857d3a89770fdbb69c (diff)
init juick-spring-web project
Diffstat (limited to 'juick-spring-www/package.json')
-rw-r--r--juick-spring-www/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/juick-spring-www/package.json b/juick-spring-www/package.json
new file mode 100644
index 00000000..2eda35cd
--- /dev/null
+++ b/juick-spring-www/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "juick",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "compile": "webpack --colors -p"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/juick/juick.git"
+ },
+ "license": "AGPLv3",
+ "devDependencies": {
+ "css-loader": "^0.23.1",
+ "csslint": "^1.0.2",
+ "csslint-loader": "^1.0.0",
+ "eslint": "^3.1.1",
+ "eslint-loader": "^1.4.1",
+ "extract-text-webpack-plugin": "^1.0.1",
+ "file-loader": "^0.9.0",
+ "globby": "^4.1.0",
+ "script-loader": "^0.7.0",
+ "style-loader": "^0.13.1",
+ "uglify-loader": "^1.3.0",
+ "url-loader": "^0.5.7",
+ "webpack": "^1.13.1"
+ },
+ "dependencies": {
+ "autosize": "^3.0.16",
+ "classlist.js": "^1.1.20150312",
+ "element-closest": "^2.0.1",
+ "evil-icons": "^1.8.0",
+ "whatwg-fetch": "^1.0.0"
+ }
+}