{ "name": "etherstreams", "version": "0.1.0", "description": "A Vue.js project", "author": "Joran ", "private": true, "scripts": { "watchify": "watchify -vd -p browserify-hmr -e src/main.js -o dist/build.js", "serve": "http-server -o -c 1 -a localhost", "dev": "npm-run-all --parallel watchify serve", "build": "cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o dist/build.css ] -e src/main.js | > dist/build.js", "deploy": "node ./node_modules/vue-gh-pages/index.js" }, "browserify": { "transform": [ "babelify", "vueify" ] }, "browser": { "vue": "vue/dist/vue.common.js" }, "dependencies": { "bootstrap": "^4.0.0-beta.2", "bootstrap-vue": "^1.0.2", "cont": "^1.0.3", "dataurl-": "^0.1.0", "depject": "^4.1.1", "ecstatic": "^3.0.0", "emoji-named-characters": "^1.0.2", "explain-error": "^1.0.4", "human-time": "0.0.1", "hypercombo": "0.1.2", "hypercrop": "^1.1.0", "hyperfile": "^2.0.0", "hyperlightbox": "^1.0.0", "hyperprogress": "0.1.1", "hyperscript": "^2.0.2", "hypertabs-vertical": "^3.0.0", "is-observable": "^1.0.0", "is-visible": "^2.1.1", "kvgraph": "^0.1.0", "map-filter-reduce": "^3.0.3", "minimist": "^1.2.0", "multiblob": "^1.12.0", "muxrpcli": "^1.1.0", "nevernull": "^1.3.0", "open-external": "^0.1.1", "patchcore": "^1.16.0", "pull-cat": "^1.1.11", "pull-file": "^1.0.0", "pull-many": "^1.0.8", "pull-next": "^1.0.1", "pull-obv": "^1.3.2", "pull-paramap": "^1.2.2", "pull-pause": "^0.0.1", "pull-reconnect": "^0.0.3", "pull-scroll": "^1.0.9", "pull-stream": "^3.6.1", "pull-stream-to-stream": "^1.3.4", "pull-stringify": "^2.0.0", "rxjs": "^5.5.2", "scuttlebot": "^10.4.10", "simple-mime": "^0.1.0", "split-buffer": "^1.0.0", "ssb-avatar": "^0.2.0", "ssb-blobs": "^1.1.4", "ssb-client": "^4.5.1", "ssb-config": "^2.2.0", "ssb-ebt": "^2.0.0", "ssb-feed": "^2.3.0", "ssb-friends": "^2.3.2", "ssb-fulltext": "^1.0.1", "ssb-git": "^0.5.0", "ssb-keys": "^7.0.12", "ssb-links": "^3.0.0", "ssb-markdown": "^3.3.0", "ssb-mentions": "^0.4.1", "ssb-party": "^0.5.1", "ssb-query": "^1.0.0", "ssb-ref": "^2.7.1", "ssb-ws": "^1.0.3", "stream-to-pull-stream": "^1.7.2", "suggest-box": "^2.2.3", "text-node-searcher": "^1.1.1", "visualize-buffer": "0.0.1", "vue": "^2.0.1", "vue-gh-pages": "^1.6.4", "vue-router": "^3.0.1", "vue-rx": "^5.0.0", "xstream-from-pull-stream": "^1.1.0" }, "devDependencies": { "babel-core": "^6.0.0", "babel-plugin-transform-runtime": "^6.0.0", "babel-preset-es2015": "^6.0.0", "babel-preset-stage-2": "^6.0.0", "babel-runtime": "^6.0.0", "babelify": "^7.2.0", "browserify": "^13.1.0", "browserify-hmr": "^0.3.1", "cross-env": "^2.0.0", "envify": "^3.4.1", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "http-server": "^0.9.0", "indexhtmlify": "^1.3.1", "npm-run-all": "^2.3.0", "proxyquireify": "^3.0.1", "uglify-js": "^2.5.0", "vueify": "^9.0.0", "watchify": "^3.4.0" } }