UNPKG

monode

Version:

Toolkit for the monome and arc osc controllers

51 lines (50 loc) 1.15 kB
{ "name": "monode", "description": "Toolkit for the monome and arc osc controllers", "version": "3.0.1", "homepage": "https://github.com/charlesholbrow/monode", "author": { "name": "Charles Holbrow", "email": "charlesholbrow@gmail.com", "url": "www.CharlesHolbrow.com" }, "repository": { "type": "git", "url": "git://github.com/charlesholbrow/monode.git" }, "bugs": { "url": "https://github.com/charlesholbrow/monode/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/charlesholbrow/monode/blob/master/LICENSE-MIT" } ], "main": "out/lib/monome", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test", "prepublish": "grunt compile" }, "dependencies": { "node-osc": "0.2.1" }, "devDependencies": { "grunt-contrib-watch": "~0.5.0", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-clean": "~0.5.0", "grunt-coffeelint": "~0.0.7", "grunt-simple-mocha": "~0.4.0", "should": "~1.2.2", "mocha-cakes": "~0.9.0", "grunt": "~0.4.1" }, "keywords": [ "monome", "arc", "osc" ] }