pivotaljs
Version:
Pivotal Tracker API for V5
31 lines (30 loc) • 680 B
JSON
{
"name": "pivotaljs",
"version": "1.0.3",
"description": "Pivotal Tracker API for V5",
"repository": "https://github.com/dijs/pivotaljs",
"keywords": [
"pivotal",
"tracker",
"pivotaltracker",
"api",
"v5"
],
"author": "Richard van der Dys",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"dependencies": {
"request": "latest",
"underscore": "latest"
},
"devDependencies": {
"jsdoc": "^3.3.0-beta3",
"minami": "^1.1.0",
"mocha": "latest",
"nock": "latest",
"should": "latest"
},
"main": "index.js"
}