22 lines
448 B
JSON
Executable file
22 lines
448 B
JSON
Executable file
{
|
|
"name": "ngraph.merge",
|
|
"version": "1.0.0",
|
|
"description": "Simple merge utility to extend objects without extra dependencies",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"keywords": [
|
|
"merge",
|
|
"utility"
|
|
],
|
|
"author": "Andrei Kashcha",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anvaka/ngraph.merge"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^14.2.0"
|
|
}
|
|
}
|