{ "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": "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#b35fb90c94c1dfbb45c9691e9789f0b84b949d94", "lodash": "^3.10.1", "moment": "^2.10.6" }, "devDependencies": { "babel-core": "^6.3", "babel-eslint": "^5.0.0-beta6", "babel-loader": "^6.2", "babel-plugin-default-import-checker": "^1.0.8", "babel-plugin-transform-class-properties": "^6.3.13", "babel-plugin-transform-export-extensions": "^6.3.13", "babel-plugin-transform-object-rest-spread": "^6.3.13", "babel-preset-es2015": "^6.0.0", "bower": "^1.6.5", "eslint": "^1.10.3", "eslint-config-airbnb": "^0.1.0", "html-minifier": "^1.0.0", "vulcanize": "^1.14.0", "webpack": "^1.12" } }