UNPKG

envoodoo

Version:
44 lines (43 loc) 1.02 kB
{ "name": "envoodoo", "version": "2.1.1", "description": "Environment variable loader", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec test", "jshint": "node_modules/.bin/jshint .", "istanbul": "./scripts/istanbul.sh", "coveralls": "./scripts/coveralls.sh" }, "repository": { "type": "git", "url": "git://github.com/digitalsadhu/envoodoo.git" }, "keywords": [ "env", "ENV", "process.env", "config", "configuration", "environment", "variables" ], "author": "Richard Walker <digitalsadhu@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/digitalsadhu/envoodoo/issues" }, "homepage": "https://github.com/digitalsadhu/envoodoo", "dependencies": { "env-parser": "1.0.1", "env-writer": "2.0.0", "env-reader": "1.0.0" }, "devDependencies": { "chai": "~1.9.1", "mocha": "~1.18.2", "jshint": "~2.5.0", "istanbul": "~0.2.7", "coveralls": "~2.10.0" } }