UNPKG

ev3dev-lang

Version:

An interface to control an EV3 or other supported platform running ev3dev from JavaScript.

41 lines (40 loc) 975 B
{ "name": "ev3dev-lang", "version": "1.0.0", "description": "An interface to control an EV3 or other supported platform running ev3dev from JavaScript.", "keywords": [ "ev3dev", "ev3", "lego", "robotics" ], "homepage": "http://github.com/wasabifan/ev3dev-lang-js", "bugs": { "url": "http://github.com/wasabifan/ev3dev-lang-js/issues" }, "author": { "name": "WasabiFan", "email": "WasabiFan@outlook.com" }, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-shell": "^1.0.1", "grunt-typedoc": "0.2.3", "grunt-ts": "5.5.0-beta.2", "typescript": ">=1.8.0", "mocha": "2.3.4", "python-shell": "*" }, "scripts": { "test": "grunt tsc && ./node_modules/mocha/bin/mocha" }, "files": [ "bin/" ], "main": "bin/index.js", "repository": { "type": "git", "url": "http://github.com/wasabifan/ev3dev-lang-js.git" } }