UNPKG

limitlessled

Version:
46 lines (45 loc) 986 B
{ "name": "limitlessled", "description": "LimitlessLED controller", "version": "0.0.3", "homepage": "https://github.com/goliatone/limitlessled", "author": { "name": "goliatone", "email": "hello@goliatone.com", "url": "http://goliatone.com" }, "repository": { "type": "git", "url": "git://github.com/goliatone/limitlessled.git" }, "bugs": { "url": "https://github.com/goliatone/limitlessled/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/goliatone/limitlessled/blob/master/LICENSE-MIT" } ], "main": "index", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-watch": "~0.2.0", "grunt": "~0.4.5" }, "keywords": [ "LimitlessLED", "LED" ], "dependencies": { "grunt-cli": "^0.1.13", "gextend": "^0.1.6" } }