UNPKG

ninjs-lodash

Version:
59 lines (58 loc) 1.42 kB
{ "name": "ninjs-lodash", "version": "0.1.98", "license": "AGPL-1.0", "private": false, "preferGlobal": false, "description": "lodash wrapper + utils", "keywords": [ "ninjs", "lodash" ], "config": {}, "publishConfig": {}, "engines": { "node": ">= 0.6" }, "main": "./lib/lodash.js", "bin": { "_": "./bin/_.js" }, "files": [ ".ninjs", "bin", "lib", "test", "pad.js" ], "homepage": "git+https://github.com/snapptop/ninjs-lodash.git#readme", "repository": { "type": "git", "url": "git+https://github.com/snapptop/ninjs-lodash.git" }, "bugs": { "url": "https://github.com/snapptop/ninjs-lodash/issues" }, "dependencies": { "async": "^2.1.4", "cli-color": "^1.1.0", "fs-extra": "^1.0.0", "glob": "^7.1.1", "lodash": "^4.17.3", "moment": "^2.17.1" }, "author": { "name": "Stuart J. MacKenzie", "email": "stuart.mackenzie@snapptop.com", "url": "https://snapptop.com" }, "man": [], "scripts": { "cli": "set NODE_ENV=development && set DEBUG=* && node ./bin/cli.js", "cli-prod": "set NODE_ENV=production && set DEBUG= && node ./bin/cli.js", "test": "set NODE_ENV=development && set DEBUG=* && node ./test/index.js", "test-prod": "set NODE_ENV=production && set DEBUG= && node ./test/index.js", "npm-config": "npm c ls -l", "bp": "npm version patch && npm publish" } }