UNPKG

damn-utils

Version:
38 lines (37 loc) 909 B
{ "name": "damn-utils", "version": "0.0.13", "description": "Collection of some damn utilities", "main": "lib/index.js", "scripts": { "test": "node_modules/.bin/mocha test", "test-cov": "node_modules/.bin/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-utils.git" }, "homepage": "https://github.com/damncreative/damn-utils", "bugs": "https://github.com/damncreative/damn-utils/issues", "keywords": [ "damn", "utils" ], "dependencies": { "async": "^2.0.0-rc.3", "debug": "^2.2.0", "glob": "^7.0.3", "lodash": "^4.8.2", "sprintf-js": "^1.0.3" }, "devDependencies": { "istanbul": "^0.4.2", "mocha": "^2.3.4", "should": "^8.2.1" } }