xforms/package.json

22 lines
447 B
JSON
Raw Permalink Normal View History

2017-11-17 08:30:27 +00:00
{
"name": "xforms",
"version": "0.16.0",
2017-11-17 08:30:27 +00:00
"description": "Extra transducers for Clojurescript",
"repository": "https://github.com/cgrand/xforms.git",
"author": "Christophe Grand <christophe@cgrand.net>",
"license": "EPL-1.0",
"directories": {
"lib": "src",
"cache": "./lumo-cache"
},
"keywords": [
"cljs",
"cljc",
"self-host",
"transducer"
],
"dependencies": {
"macrovich": "^0.2.1-SNAPSHOT"
}
}