json-extend
Version:
Deep extend utility designed for use with JSON data.
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "json-extend",
"version": "0.1.0",
"description": "Deep extend utility designed for use with JSON data.",
"keywords": [
"json",
"extend",
"mixin"
],
"main": "index.js",
"scripts": {
"test": "node node_modules/argg test/*.js",
"cover": "istanbul cover --dir reports/coverage node_modules/argg test/*.js",
"plato": "plato -d reports/plato index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AutoSponge/json-extend"
},
"author": "Paul Grenier <pgrenier@gmail.com> (http://autosponge.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AutoSponge/json-extend/issues"
},
"homepage": "https://github.com/AutoSponge/json-extend",
"devDependencies": {
"argg": "0.0.1",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"jshint-stylish": "^1.0.0",
"tape": "^3.5.0"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
}
}