23 lines
514 B
JSON
Executable File
23 lines
514 B
JSON
Executable File
{
|
|
"name": "shadow-cljs-jar",
|
|
"version": "1.3.4",
|
|
"description": "shadow-cljs dependency resolver/downloader",
|
|
"author": "Thomas Heller",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/thheller/shadow-cljs/issues"
|
|
},
|
|
"homepage": "https://github.com/thheller/shadow-cljs#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thheller/shadow-cljs.git"
|
|
},
|
|
"keywords": [
|
|
"clojurescript",
|
|
"cljs"
|
|
],
|
|
"scripts":{
|
|
"prepublish":"lein uberjar"
|
|
}
|
|
}
|