aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-25 21:36:50 +0300
committerGravatar Vitaly Takmazov2016-07-27 13:56:09 +0300
commit69af3f60d399157a8951988fa2f91d29c553fbb5 (patch)
tree8c38def00d1b3dc5e38cf421870afb62f3a823ea /juick-ws/package.json
parent94c0d43d2765488d715bffe426934ed7caa8f4f2 (diff)
juick-ws: websocket terminal
Diffstat (limited to 'juick-ws/package.json')
-rw-r--r--juick-ws/package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/juick-ws/package.json b/juick-ws/package.json
new file mode 100644
index 00000000..aa6c7a71
--- /dev/null
+++ b/juick-ws/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "juick",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "compile": "webpack --colors"
+ },
+ "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"
+ }
+}