Initial commit

main
Aaron Jensen 2015-07-31 08:31:34 -07:00
commit 95da0d0618
1 changed files with 25 additions and 0 deletions

25
package.json Normal file
View 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"
}