26 lines
612 B
JSON
26 lines
612 B
JSON
{
|
|
"name": "updeep",
|
|
"version": "0.0.0",
|
|
"description": "[WIP: do not use] Easily update immutable objects (frozen or not) in a declarative way.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aaronjensen/updeep"
|
|
},
|
|
"keywords": [
|
|
"immutable",
|
|
"frozen",
|
|
"functional",
|
|
"declarative"
|
|
],
|
|
"author": "Aaron Jensen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/aaronjensen/updeep/issues"
|
|
},
|
|
"homepage": "https://github.com/aaronjensen/updeep"
|
|
}
|