confg
Version:
confg helps config enviroment variables with javascript
25 lines (24 loc) • 483 B
JSON
{
"name": "confg",
"version": "0.0.5",
"description": "confg helps config enviroment variables with javascript",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "http://github.com/jacoblwe20/confg.git"
},
"keywords": [
"config",
"dotenv",
"enviroment",
"variables"
],
"author": "Jacob Lowe <http://jacoblowe.me>",
"license": "MIT",
"devDependencies": {
"mocha": "~1.12.0"
}
}