diff options
author | Vitaly Takmazov | 2016-07-11 11:58:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-07-11 11:58:32 +0300 |
commit | feffab19a4814b6e44cdd08aeca515e69ddeecb4 (patch) | |
tree | a2f9e08c526495188eadf6aea2c039e025f4acf9 /juick-www/package.json | |
parent | 3977d059599f96b1a31aeba587d63dbe7dce2b0a (diff) |
backport npm/webpack stuff (WIP)
Diffstat (limited to 'juick-www/package.json')
-rw-r--r-- | juick-www/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/juick-www/package.json b/juick-www/package.json new file mode 100644 index 00000000..833707b4 --- /dev/null +++ b/juick-www/package.json @@ -0,0 +1,22 @@ +{ + "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", + "expose-loader": "^0.7.1", + "extract-text-webpack-plugin": "^1.0.1", + "globby": "^4.1.0", + "style-loader": "^0.13.1", + "webpack": "^1.13.1" + } +} |