taiga-njs
Version:
NodeJS implementation of Taiga API
30 lines (29 loc) • 634 B
JSON
{
"name": "taiga-njs",
"version": "0.1.2",
"description": "NodeJS implementation of Taiga API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sachioross/taiga-nodejs"
},
"keywords": [
"taiga",
"api",
"taiga-node",
"taiga-nodejs",
"taiga-js"
],
"author": "Doug Ross",
"license": "MIT",
"bugs": {
"url": "https://github.com/sachioross/taiga-nodejs/issues"
},
"homepage": "https://github.com/sachioross/taiga-nodejs",
"dependencies": {
"request": "^2.51.0"
}
}