Fix in Readme

This commit is contained in:
Artur Girenko 2015-11-21 12:30:33 +01:00
parent c288372dbd
commit 5194b1e7e9
2 changed files with 11 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# Re-Natal # Re-Natal
### Bootstrap ClojureScript-based React Native apps with Reagent and re-frame ### Bootstrap ClojureScript-based React Native apps with Reagent and re-frame
[Dan Motzenbecker](http://oxism.com), MIT License Artur Girenko, MIT License
[@dcmotz](https://twitter.com/dcmotz) [@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 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). [Reagent](https://github.com/reagent-project/reagent) and [re-frame](https://github.com/Day8/re-frame).

View File

@ -3,11 +3,7 @@
"version": "0.1.7", "version": "0.1.7",
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
"main": "index.js", "main": "index.js",
"author": { "author": "Artur Girenko <a.girenko@gmail.com>",
"name": "Dan Motzenbecker",
"url": "http://oxism.com",
"email": "dan@oxism.com"
},
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
@ -37,5 +33,11 @@
"android", "android",
"reagent", "reagent",
"re-frame" "re-frame"
] ],
"bugs": {
"url": "https://github.com/drapanjanas/re-natal/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
} }