{ "name": "home-assistant-polymer", "version": "1.0.0", "description": "A frontend for Home Assistant using the Polymer framework", "repository": { "type": "git", "url": "https://github.com/balloob/home-assistant-polymer" }, "scripts": { "js_dev": "webpack --colors --progress -d --watch", "js_dev_demo": "BUILD_DEMO=1 webpack --colors --progress -d --watch", "js_prod": "BUILD_DEV=0 webpack --colors --progress -p -d", "js_demo": "BUILD_DEV=0 BUILD_DEMO=1 webpack --colors --progress -p -d", "frontend_html": "node script/fix-roboto.js && vulcanize --inline-css --inline-scripts --strip-comments src/home-assistant.html > build/frontend.vulcan.html && node script/minify.js", "frontend_prod": "npm run js_prod && bower install && npm run frontend_html", "frontend_demo": "npm run js_demo && bower install && npm run frontend_html", "setup_js_dev": "npm install && cd node_modules && rm -rf home-assistant-js && git clone https://github.com/balloob/home-assistant-js.git && cd home-assistant-js && npm install", "test": "eslint src" }, "author": "Paulus Schoutsen (http://paulusschoutsen.nl)", "license": "MIT", "dependencies": { "home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#7dc486d2195435eca2c0e194c1f6ca7ee3163138", "lodash": "^4.8.2", "moment": "^2.12.0" }, "devDependencies": { "babel-core": "^6.7", "babel-loader": "^6.2", "babel-preset-es2015": "^6.6.0", "bower": "^1.7.9", "eslint": "^2.7.0", "eslint-config-airbnb": "^6.2.0", "html-minifier": "^1.4.0", "vulcanize": "^1.14.8", "webpack": "^1.12" } }