rtm-api
Version:
Remember the Milk API Interface
31 lines (30 loc) • 704 B
JSON
{
"name": "rtm-api",
"version": "1.3.1",
"description": "Remember the Milk API Interface",
"author": "David Waring <dev@davidwaring.net> (https://davidwaring.net)",
"license": "MIT",
"keywords": [
"rtm",
"api",
"remember the milk",
"tasks",
"todo",
"gtd"
],
"main": "src/client/index.js",
"scripts": {
"docs": "jsdoc -c jsdoc.json --readme README.md --template $NODE_PATH/@dwaring87/docdash"
},
"devDependencies": {
"jsdoc": "^3.5.5",
"@dwaring87/docdash": "^0.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwaring87/rtm-api.git"
},
"bugs": {
"url": "https://github.com/dwaring87/rtm-api/issues"
}
}