spur-common
Version:
Common node library that is implemented through the use of spur-ioc and bluebird promises.
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "spur-common",
"version": "0.1.2",
"description": "Common node library that is implemented through the use of spur-ioc and bluebird promises.",
"main": "index.js",
"scripts": {
"test": "mocha --opts ./test/mocha.opts ./test/"
},
"repository": {
"type": "git",
"url": "git://github.com/opentable/spur-common.git"
},
"keywords": [
"node",
"common",
"library"
],
"author": {
"name": "Agustin Colchado",
"email": "agustin@colchado.com"
},
"contributors": [
{
"name": "Siavash Etemadieh",
"email": "ssetem@googlemail.com"
},
{
"name": "Joseph McElroy",
"email": "phoey1@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/spur-common/issues"
},
"homepage": "https://github.com/opentable/spur-common",
"dependencies": {
"coffee-script": "^1.8.0",
"spur-ioc": "latest",
"spur-errors": "latest",
"lodash": "^3.0.0",
"bluebird": "^2.9.3",
"winston": "^0.8.3",
"superagent": "^0.21.0",
"moment-timezone": "^0.3.0",
"spur-config": "0.0.1",
"form-data": "^0.2.0"
},
"devDependencies": {
"sinon-chai": "^2.6.0",
"chai": "^1.10.0",
"sinon": "^1.12.2",
"mocha": "^2.1.0",
"nock": "^0.58.0"
}
}