commit 95da0d06184e6fa96cc26da82b4bd4741cdaec9d Author: Aaron Jensen Date: Fri Jul 31 08:31:34 2015 -0700 Initial commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..4a2c04f --- /dev/null +++ b/package.json @@ -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" +}