Initial commit
This commit is contained in:
commit
95da0d0618
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user