UNPKG

config-ninja

Version:
69 lines (68 loc) 1.5 kB
{ "repository": { "type": "git", "url": "https://github.com/saikojosh/Config-Ninja.git" }, "bugs": { "url": "https://github.com/saikojosh/Config-Ninja/issues" }, "name": "config-ninja", "version": "1.3.2", "description": "Environmental JSON config.", "keywords": [ "config ninja", "ninja", "config", "configure", "configuration", "cfg", "json", "environment", "environments", "environment variable", "environment variables", "environmental", "env", "variable", "variables", "development", "staging", "production", "local", "file", ".env", "dotenv", "dot env" ], "main": "configNinja.js", "author": "Josh Cole <saikojosh@gmail.com> (http://www.JoshuaCole.me)", "contributors": [ { "name": "Josh Cole", "email": "saikojosh@gmail.com" } ], "dependencies": { "cli-color": "^1.2.0", "deep-property": "^1.1.0", "dotenv": "^6.0.0", "object-extender": "^2.0.4", "stack-trace": "^0.0.10" }, "devDependencies": { "eslint": "latest", "eslint-config-recombix": "latest", "eslint-config-vue": "latest", "eslint-plugin-disable": "latest", "eslint-plugin-filenames": "latest", "eslint-plugin-html": "latest", "eslint-plugin-json": "latest", "eslint-plugin-node": "latest", "eslint-plugin-promise": "latest", "eslint-plugin-vue": "latest" }, "license": "MIT", "engines": { "node": ">=6" } }