UNPKG

waterrower

Version:
46 lines (45 loc) 1.02 kB
{ "name": "waterrower", "version": "0.8.4", "description": "Talk to your WaterRower!", "main": "lib/index.js", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "mocha lib/test", "start": "node ./lib/sample-client/.", "postinstall": "tsc" }, "types": "./lib/index.d.ts", "keywords": [ "exercise", "row", "rowing", "fitness", "water rower", "health" ], "repository": { "type": "git", "url": "git+https://github.com/codefoster/waterrower.git" }, "author": "Jeremy Foster <jeremy.foster@live.com>", "license": "Apache-2.0", "dependencies": { "@types/chai": "^4", "@types/lodash": "^4.14.117", "@types/mocha": "^5", "@types/node": "^10", "@types/serialport": "^7", "all-your-base": "^0.3.0", "lodash": "^4", "moment": "^2", "rxjs": "^5", "typescript": "^3", "serialport": "^7" }, "devDependencies": { "mocha": "^5", "chai": "^4" } }