everyconfig
Version:
Use the same yaml config files in every language
23 lines (22 loc) • 523 B
JSON
{
"name": "everyconfig",
"version": "1.0.2",
"description": "Use the same yaml config files in every language",
"main": "everyconfig.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pbrandt1/everyconfig"
},
"author": "Peter Brandt <peter.m.brandt@gmail.com>",
"keywords": ["yaml", "configuration"],
"author": "",
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"js-yaml": "^3.4.0",
"lodash": "^3.10.1"
}
}