diff options
Diffstat (limited to 'juick-ws/package.json')
-rw-r--r-- | juick-ws/package.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/juick-ws/package.json b/juick-ws/package.json deleted file mode 100644 index 8603f8d0..00000000 --- a/juick-ws/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "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": { - "autoprefixer": "^6.3.7", - "css-loader": "^0.23.1", - "extract-text-webpack-plugin": "^1.0.1", - "globby": "^4.1.0", - "postcss-import": "^8.1.2", - "postcss-loader": "^0.9.1", - "precss": "^1.4.0", - "style-loader": "^0.13.1", - "uglify-loader": "^1.3.0", - "webpack": "^1.13.1" - }, - "dependencies": { - "normalize.css": "^4.2.0", - "terminal": "https://github.com/juick/terminal.git", - "whatwg-fetch": "^1.0.0" - } -} |