UNPKG

pimatic-angular-material-frontend

Version:

Provides an AngularJS webinterface for Pimatic with material design.

63 lines (62 loc) 1.67 kB
{ "name": "pimatic-angular-material-frontend", "description": "Provides an AngularJS webinterface for Pimatic with material design.", "author": "Dennis Schroer <dev@dennisschroer.nl> (http://dennisschroer.nl)", "license": "GPL-3.0", "main": "angular-material-frontend.coffee", "keywords": [ "pimatic" ], "files": [ "assets", "dist", "partials", "i10n", "index.tmpl.html", "angular-material-frontend.coffee", "angular-material-frontend-config-schema.coffee", "lib/color.min.js", "bower.json", ".bowerrc", "README.md", "LICENSE.txt" ], "version": "0.3.4", "homepage": "http://github.com/denniss17/pimatic-angular-material-frontend", "repository": { "type": "git", "url": "git://github.com/denniss17/pimatic-angular-material-frontend.git" }, "bugs": { "url": "git://github.com/denniss17/pimatic-angular-material-frontend/issues" }, "configSchema": "angular-material-frontend-config-schema.coffee", "bundledDependencies": [], "dependencies": { "bower": "^1.5.0" }, "peerDependencies": { "pimatic": ">=0.8.31" }, "engines": { "node": ">0.8.x", "npm": ">1.1.x" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-jscs": "^2.8.0", "grunt-karma": "^0.12.2", "jasmine-core": "^2.3.4", "karma": "^0.13.22", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^0.3.6" }, "scripts": { "postinstall": "bower install --production --allow-root", "test": "grunt test", "start": "http-server -o" } }