mirror of https://github.com/harish2704/tconfig
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
653 B
26 lines
653 B
{
|
|
"name": "tconfig",
|
|
"version": "0.1.4",
|
|
"description": "A simple transparent config file loader for Nodejs applications. any config field can be overriden using environmen variables",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/harish2704/tconfig.git"
|
|
},
|
|
"keywords": [
|
|
"config",
|
|
"env",
|
|
"override"
|
|
],
|
|
"author": "Harish.K <harish2704@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/harish2704/tconfig/issues"
|
|
},
|
|
"homepage": "https://github.com/harish2704/tconfig#readme",
|
|
"dependencies": {
|
|
}
|
|
}
|
|
|