jsdoc-75lb
Version:
An API documentation generator for JavaScript.
25 lines (24 loc) • 465 B
JSON
{
"name": "deepmerge",
"main": "index.js",
"version": "0.2.5",
"homepage": "https://github.com/nrf110/deepmerge",
"authors": [
"Nicholas Fisher <nfisher110@gmail.com>"
],
"description": "Merge the enumerable attributes of two objects.",
"keywords": [
"merge",
"extend",
"assign"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}