diff --git a/package.json b/package.json new file mode 100644 index 0000000..278e579 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "xforms", + "version": "0.15.0", + "description": "Extra transducers for Clojurescript", + "repository": "https://github.com/cgrand/xforms.git", + "author": "Christophe Grand ", + "license": "EPL-1.0", + "directories": { + "lib": "src", + "cache": "./lumo-cache" + }, + "keywords": [ + "cljs", + "cljc", + "self-host", + "transducer" + ], + "dependencies": { + "macrovich": "^0.2.1-SNAPSHOT" + } +}