env-lift
Version:
Simple namespaced environment variable configuration management solution
35 lines (34 loc) • 820 B
JSON
{
"name": "env-lift",
"version": "0.0.3",
"description": "Simple namespaced environment variable configuration management solution",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/postmanlabs/env-lift.git"
},
"keywords": [
"environment",
"env",
"process.env",
"config",
"configuration",
"postman"
],
"author": "Postman Labs <help@getpostman.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/postmanlabs/sails-mysql-transactions/issues"
},
"homepage": "https://github.com/postmanlabs/sails-mysql-transactions",
"dependencies": { },
"devDependencies": {
"expect.js": "^0.3.1",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"mocha": "^2.2.1"
},
"scripts": {
"test": "scripts/test.sh"
}
}