js-extend
Version:
A simple extend function based on underscore
26 lines (25 loc) • 549 B
JSON
{
"name": "js-extend",
"version": "1.0.1",
"description": "A simple extend function based on underscore",
"main": "extend.js",
"scripts": {
"test": "node test/test-runner"
},
"repository": {
"type": "git",
"url": "git://github.com/vmattos/js-extend.git"
},
"keywords": [
"extend"
],
"author": "Vitor Mattos",
"license": "ISC",
"bugs": {
"url": "https://github.com/vmattos/js-extend/issues"
},
"homepage": "https://github.com/vmattos/js-extend",
"devDependencies": {
"nodeunit": "~0.8.2"
}
}