carcass-config
Version:
(Node.js) A config file loader and manager, in Carcass style.
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "carcass-config",
"version": "0.3.0",
"description": "(Node.js) A config file loader and manager, in Carcass style.",
"author": {
"name": "Wiredcraft",
"email": "info@wiredcraft.com",
"url": "http://wiredcraft.com"
},
"contributors": [
"Makara Wang"
],
"keywords": [
"carcass",
"config"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Wiredcraft/carcass-config.git"
},
"bugs": {
"url": "https://github.com/Wiredcraft/carcass-config/issues"
},
"homepage": "https://github.com/Wiredcraft/carcass-config",
"dependencies": {
"carcass": "~0.12.0",
"cjson": "~0.3.0",
"configurable": "0.x",
"debug": "2.x",
"eson": "~0.5.0",
"js-yaml": "~3.2.3",
"lodash": "2.x",
"moment": "2.x"
},
"devDependencies": {
"gulp": "latest",
"gulp-coffee": "latest",
"gulp-coffeelint": "latest",
"gulp-coverage": "latest",
"gulp-jshint": "latest",
"gulp-mocha": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"should": "latest"
},
"scripts": {}
}