fellowshipone
Version:
Fellowship One (F1) API wrapper for Node.js
56 lines (55 loc) • 1.11 kB
JSON
{
"name": "fellowshipone",
"version": "0.3.4",
"description": "Fellowship One (F1) API wrapper for Node.js",
"main": "index.js",
"scripts": {
"test": "make test-travis"
},
"keywords": [
"fellowshipone",
"f1",
"api"
],
"author": {
"name": "Dave Henderson",
"url": "https://github.com/hairyhenderson"
},
"repository": {
"type": "git",
"url": "https://github.com/hairyhenderson/node-fellowshipone.git"
},
"bugs": {
"url": "https://github.com/hairyhenderson/node-fellowshipone/issues"
},
"license": "MIT",
"engines": {
"node": ">=4.2.6"
},
"dependencies": {
"async": "^2.0.1",
"debug": "^2.2.0",
"jjv": "^1.0.2",
"lodash": "^4.13.1",
"request": "^2.74.0"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.3.3",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"nsp": "^2.6.1",
"should": "^10.0.0",
"sinon": "^1.17.4",
"standard": "^7.1.2"
},
"standard": {
"globals": [
"describe",
"it",
"before",
"after",
"beforeEach",
"afterEach"
]
}
}