yaml-config
Version:
Manage your node.js app configuration based on NODE_ENV, all configuration defined in yaml
21 lines (20 loc) • 525 B
JSON
{
"name": "yaml-config"
, "version": "0.3.0"
, "description": "Manage your node.js app configuration based on NODE_ENV, all configuration defined in yaml"
, "keywords": []
, "author": "Rakuraku Jyo <jyo.rakuraku@gmail.com>"
, "scripts": {
"test": "mocha -R spec test/*-test.js"
}
, "dependencies": {
"log": "~1.4.0"
, "js-yaml": "~2.1.0"
}
, "devDependencies": {
"mocha": "~1.12"
, "chai": "~1.7"
}
, "main": "lib/yaml-config"
, "engines": { "node" : ">=0.4.x" }
}