mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-27 11:40:28 +00:00
Fix in Readme
This commit is contained in:
parent
c288372dbd
commit
5194b1e7e9
@ -1,11 +1,11 @@
|
||||
# Re-Natal
|
||||
### Bootstrap ClojureScript-based React Native apps with Reagent and re-frame
|
||||
[Dan Motzenbecker](http://oxism.com), MIT License
|
||||
[@dcmotz](https://twitter.com/dcmotz)
|
||||
Artur Girenko, MIT License
|
||||
[@drapanjanas](https://twitter.com/drapanjanas)
|
||||
|
||||
---
|
||||
|
||||
This project is a fork of [dmotz/natal](https://github.com/dmotz/natal) with
|
||||
This project is a fork of [dmotz/natal](https://github.com/dmotz/natal) by Dan Motzenbecker with
|
||||
the goal of generating skeleton of native app for iOS and Android based on
|
||||
[Reagent](https://github.com/reagent-project/reagent) and [re-frame](https://github.com/Day8/re-frame).
|
||||
|
||||
|
14
package.json
14
package.json
@ -3,11 +3,7 @@
|
||||
"version": "0.1.7",
|
||||
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
|
||||
"main": "index.js",
|
||||
"author": {
|
||||
"name": "Dan Motzenbecker",
|
||||
"url": "http://oxism.com",
|
||||
"email": "dan@oxism.com"
|
||||
},
|
||||
"author": "Artur Girenko <a.girenko@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.1",
|
||||
@ -37,5 +33,11 @@
|
||||
"android",
|
||||
"reagent",
|
||||
"re-frame"
|
||||
]
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/drapanjanas/re-natal/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user