package.json
{
"name": "reverse-config",
"version": "0.1.0",
"license": "MIT",
"author": "Eric Bednarz <github@bednarz.nl>",
"description": "Reverse npm package config environment variables into an object.",
"scripts": {
"test": "mocha test/suite"
},
"keywords": [
"build",
"config",
"env",
"npm"
],
"repository": {
"type": "git",
"url": "git@github.com:ebednarz/reverse-config.git"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}