UNPKG

grunt-json-merger

Version:
49 lines (48 loc) 1.02 kB
{ "name": "grunt-json-merger", "homepage": "http://github.com/goosetail/grunt-json-merger", "description": "Grunt Task for Merging Multiple JSON Files", "version": "1.0.1", "license": "MIT", "author": { "name": "Ralf S. Engelschall", "email": "rse@engelschall.com", "url": "http://engelschall.com" }, "contributors": { "name": "Peter Fredricks", "email": "pete@goosetail.com" }, "keywords": [ "gruntplugin", "merge", "json" ], "repository": { "type": "git", "url": "git://github.com/goosetail/grunt-json-merger.git" }, "bugs": { "url": "http://github.com/goosetail/grunt-json-merger/issues" }, "main": "Gruntfile.js", "devDependencies": { "grunt": "~0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-clean": "~0.6.0" }, "peerDependencies": { "grunt": ">=0.4.5" }, "dependencies": { "chalk": "~0.5.1", "lodash": "~2.4.1" }, "engines": { "node": ">=0.10.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }