workable-node
Version:
Workable API Wrapper
33 lines (32 loc) • 793 B
JSON
{
"name": "workable-node",
"version": "1.4.6",
"description": "Workable API Wrapper",
"main": "index.js",
"scripts": {
"test": "vows test/*.test.js --spec"
},
"homepage": "http://github.com/aymen-mouelhi/workable-node.git",
"repository": {
"type": "git",
"url": "git://github.com/aymen-mouelhi/workable-node.git"
},
"bugs": {
"url": "https://github.com/aymen-mouelhi/workable-node/issues"
},
"keywords": [
"api",
"wrapper",
"workable"
],
"author": "Aymen Mouelhi <aymen.mouelhi@gmail.com> (https://github.com/aymen-mouelhi)",
"license": "MIT",
"dependencies": {
"request": "^2.69.0",
"throttled-request": "^0.1.1"
},
"devDependencies": {
"assert": "^1.3.0",
"vows": "^0.8.1"
}
}