UNPKG

json_merger

Version:

Merge JSON with indicators such as @override, @match, @delete and @insert to tell the processor how to merge the files.

38 lines (37 loc) 773 B
{ "name": "json_merger", "version": "1.2.0", "main": "json_merger.js", "scripts": { "test": "bash runtests" }, "repository": {}, "author": "Andreas Louv <andreas@louv.dk>", "license": "MIT", "description": "Merge JSON with indicators such as @override, @match, @delete and @insert to tell the processor how to merge the files.", "dependencies": {}, "devDependencies": {}, "keywords": [ "merge", "extend", "override", "JSON", "merger", "extends", "delete", "match", "indicator", "indicators" ], "repository": { "type": "git", "url": "https://github.com/andlrc/json_merger" }, "bin": { "json_merger": "bin/json_merger" }, "directories": { "test": "tests", "bin": "bin" } }