UNPKG

olorin

Version:
38 lines (37 loc) 806 B
{ "name": "olorin", "version": "0.0.1", "description": "CoffeeScript Myo Bindings", "main": "olorin.js", "dependencies": { "underscore": "^1.7.0", "ws": "^0.4.32" }, "devDependencies": { "coffee-script": "^1.8.0", "gulp": "^3.8.10", "gulp-coffee": "^2.2.0", "gulp-mocha": "^1.1.1", "gulp-sourcemaps": "^1.2.8", "gulp-util": "^3.0.1", "sinon": "^1.11.1" }, "scripts": { "test": "gulp test", "prepublish": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/brokenseal/olorin.git" }, "keywords": [ "myo", "thalmic" ], "author": "Davide Callegari", "license": "MIT", "bugs": { "url": "https://github.com/brokenseal/olorin/issues" }, "homepage": "https://github.com/brokenseal/olorin" }