{ "name": "home-assistant-polymer", "version": "1.0.0", "description": "A frontend for Home Assistant using the Polymer framework", "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": "vulcanize --inline-css --inline-scripts --strip-comments src/home-assistant.html > build/frontend.vulcan.html && node scripts/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#c345559ab7b8cc9b9bc1421dc22198df0a86740b", "lodash": "^3.10.1", "moment": "^2.10.6" }, "devDependencies": { "babel-core": "^5.8.21", "babel-eslint": "^4.0.5", "babel-loader": "^5.3.2", "bower": "^1.4.1", "eslint-config-airbnb": "0.0.7", "eslint-plugin-react": "^3.2.1", "html-minifier": "^0.7.2", "vulcanize": "^1.10.2", "webpack": "^1.11.0" } }