make xforms a npm package
This commit is contained in:
parent
82c7c1fff2
commit
db0555c358
1 changed files with 21 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -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 <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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue