confd
Version:
Multi-files JSON configuration loader
50 lines (49 loc) • 1 kB
JSON
{
"name": "confd",
"version": "2.1.0",
"description": "Multi-files JSON configuration loader",
"author": {
"name": "Nicola Orritos",
"email": "nicola.orritos@gmail.com",
"url": "nicolaorritos.github.io"
},
"repository": "NicolaOrritos/conf.d",
"license": "MIT",
"files": [
"index.js",
"rest.js",
"confd"
],
"main": "index.js",
"bin": "confd",
"keywords": [
"confd",
"configuration",
"JSON",
"nodejs",
"service"
],
"engines": {
"node": ">=4.2.4"
},
"dependencies": {
"docopt": "^0.6.2",
"f.luent": "^1.0.0",
"restify": "^4.0.3",
"sjl": "^2.0.2",
"unionj": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^2.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.1"
},
"scripts": {
"test": "grunt"
}
}