foobot
Version:
Node.js Foobot api client
43 lines (42 loc) • 886 B
JSON
{
"name": "foobot",
"version": "0.0.2",
"description": "Node.js Foobot api client",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreadjr/foobot.git"
},
"keywords": [
"foobot",
"node",
"api"
],
"author": "dreadjr@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/dreadjr/foobot/issues"
},
"homepage": "https://github.com/dreadjr/foobot#readme",
"dependencies": {
"assert-plus": "^1.0.0",
"bluebird": "^3.4.1",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"pkginfo": "^0.3.0",
"request": "^2.58.0",
"restify": "^4.1.1"
},
"devDependencies": {
"bunyan": "^1.8.1",
"chai": "^3.5.0",
"lodash": "^4.13.1",
"nock": "^8.0.0",
"request": "^2.74.0",
"respect": "^0.2.2",
"sinon": "^1.17.4"
}
}