40 lines
934 B
JSON
40 lines
934 B
JSON
{
|
|
"name": "nconf-lite",
|
|
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
|
"version": "1.0.1",
|
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
"contributors": [
|
|
"Matt Hamann <matthew.hamann@gmail.com>",
|
|
"Maciej Małecki <me@mmalecki.com>",
|
|
"Jarrett Cruger <jcrugzz@gmail.com>",
|
|
"Adrien Becchis"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/nfp-projects/nconf-lite.git"
|
|
},
|
|
"keywords": [
|
|
"configuration",
|
|
"key value store",
|
|
"plugabble"
|
|
],
|
|
"dependencies": {
|
|
"async": "^2.6.3",
|
|
"ini": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eltro": "^1.0.2"
|
|
},
|
|
"main": "./lib/nconf.mjs",
|
|
"scripts": {
|
|
"test": "eltro test/**/*.test.mjs -r dot",
|
|
"lint": "eslint ."
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|