UNPKG

damn-support

Version:
40 lines (39 loc) 928 B
{ "name": "damn-support", "version": "0.0.12", "description": "damnjs support library", "main": "lib/index.js", "scripts": { "test": "mocha test", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha test" }, "engines": { "node": ">=4.2.1" }, "author": "damn creative <info@damncreative.de>", "liecnse": "MIT", "repository": { "type": "git", "url": "git@github.com:damncreative/damn-support.git" }, "homepage": "https://github.com/damncreative/damn-support", "bugs": "https://github.com/damncreative/damn-support/issues", "keywords": [ "damn", "support" ], "devDependencies": { "istanbul": "0.4.3", "mocha": "2.4.5", "should": "8.3.0", "supertest": "1.2.0" }, "dependencies": { "bunyan": "1.8.0", "bunyan-prettystream": "0.1.3", "debug": "2.2.0", "koa-compose": "2.4.0", "lodash": "4.9.0", "socket.io": "1.4.5" } }