propman
Version:
Property and config loader and manager, allowing you to load hierarchical property values based on environment variables
43 lines (42 loc) • 950 B
JSON
{
"name": "propman",
"version": "0.1.3",
"description": "Property and config loader and manager, allowing you to load hierarchical property values based on environment variables",
"main": "propman.js",
"repository": {
"type": "git",
"url": "https://github.com/freemanvt/propman"
},
"scripts": {
"test": "mocha",
"lint": "jshint *.js"
},
"keywords": [
"property",
"configuration",
"loader",
"manager",
"environment",
"internationalization",
"il8n",
"variables"
],
"author": "Vinh Ta <vinhta@vinniesoft.co.uk> (http://www.vinniesoft.co.uk)",
"homepage": "http://www.vinniesoft.co.uk",
"engines": {
"node": "0.10.x"
},
"license": "ISC",
"dependencies": {
"lodash": "^3.10.1",
"properties-reader": "0.0.13",
"winston": "^2.1.1"
},
"devDependencies": {
"chai": "^3.4.1"
},
"peerDependencies": {
"mocha": "^2.3.4",
"jshint": "^2.9.1"
}
}