package.json
{
"name": "config.env",
"version": "1.1.0",
"description": "Node.JS environment configuration",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
},
"author": "tdantas",
"license": "ISC",
"dependencies": {
"xtend": "^4.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
}
}