lumolift
Version:
Lumo Lift API client
41 lines (40 loc) • 822 B
JSON
{
"name": "lumolift",
"version": "0.4.0",
"description": "Lumo Lift API client",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"lumo",
"api",
"lift",
"posture",
"activity",
"self tracking"
],
"author": "Samuel Rinnetmäki",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/samuelmr/lumolift.git"
},
"license": "ISC",
"dependencies": {
"client-oauth2": "^3.2.0",
"lodash": "^3.6.0",
"request-promise": "^0.4.1"
},
"devDependencies": {
"nock": "^1.5.0",
"chai": "^2.2.0",
"mocha": "^2.2.4"
},
"bugs": {
"url": "https://github.com/samuelmr/lumolift/issues"
},
"homepage": "https://github.com/samuelmr/lumolift#readme",
"directories": {
"test": "test"
}
}