create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
23 lines (22 loc) • 514 B
JSON
{
"name": "shadow-cljs-jar",
"version": "1.3.2",
"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"
}
}