UNPKG

spur-common

Version:

A Node.JS library of common modules used as a base to most Node.JS applications.

63 lines (62 loc) 1.41 kB
{ "name": "spur-common", "description": "A Node.JS library of common modules used as a base to most Node.JS applications.", "version": "0.2.0", "main": "index.js", "author": { "name": "Agustin Colchado", "email": "agustin@colchado.com" }, "contributors": [ { "name": "Siavash Etemadieh", "email": "ssetem@googlemail.com" }, { "name": "Joseph McElroy", "email": "phoey1@gmail.com" } ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "spur", "spur-framework" ], "license": "MIT", "scripts": { "test": "mocha --opts ./test/mocha.opts ./test/" }, "bugs": { "url": "https://github.com/opentable/spur-common/issues" }, "homepage": "https://github.com/opentable/spur-common", "repository": { "type": "git", "url": "git://github.com/opentable/spur-common.git" }, "engines": { "node": ">= 0.10.0" }, "dependencies": { "coffee-script": "^1.8.0", "spur-ioc": "^0.1.2", "spur-errors": "^0.0.4", "spur-config": "^0.1.0", "lodash": "^3.0.0", "bluebird": "^2.9.3", "winston": "^0.8.3", "superagent": "^1.7.2", "moment-timezone": "^0.3.0", "form-data": "^0.2.0", "joi": "^5.1.0", "colors": "1.1.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5", "nock": "^7.0.2", "sinon": "^1.17.3" } }