goodreads.js
Version:
Goodreads API wrapper for NodeJS
34 lines (33 loc) • 712 B
JSON
{
"name": "goodreads.js",
"description": "Goodreads API wrapper for NodeJS",
"version": "0.0.9",
"author": "Jason Kulatunga <jason@thesparktree.com> (http://www.thesparktree.com)",
"repository": {
"type": "git",
"url": "https://github.com/AnalogJ/goodreads.js"
},
"keywords": [
"goodreads"
],
"dependencies": {
"xml2js": "^0.4.4",
"oauth": "^0.9.2",
"q": "^1.0.1",
"node.extend": "^1.0.10",
"request": "^2.34.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"nock": "^9.0.9",
"sanitize-filename": "^1.6.1",
"should": "^11.2.1"
},
"main": "./lib/main",
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha --recursive"
}
}