grunt-json-bake
Version:
Baking multiple json files into one
63 lines (53 loc) • 1.33 kB
JSON
{
"name": "grunt-json-bake",
"description": "Baking multiple json files into one",
"version": "0.2.9",
"homepage": "https://github.com/MathiasPaumgarten/grunt-json-bake",
"author": {
"name": "Mathias Paumgarten",
"email": "mail@mathias-paumgarten.com",
"url": "http://mathias-paumgarten.com"
},
"contributors": [
{
"name": "Lior Chen",
"email": "liorchen@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/MathiasPaumgarten/grunt-json-bake.git"
},
"bugs": {
"url": "https://github.com/MathiasPaumgarten/grunt-json-bake/issues"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.5",
"mout": "~0.11.1"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"keywords": [
"gruntplugin",
"json",
"bake",
"merge"
]
}