{ "name": "re-natal", "version": "0.3.0", "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", "main": "index.js", "author": "Artur Girenko ", "license": "MIT", "dependencies": { "chalk": "^1.1.1", "coffee-script": "^1.9.3", "commander": "^2.8.1", "fs-extra": "^0.26.5", "semver": "^5.0.1", "check-dependencies":"^1.0.1" }, "engines": { "node": ">=4.0.0" }, "repository": { "type": "git", "url": "git://github.com/drapanjanas/re-natal.git" }, "homepage": "http://github.com/drapanjanas/re-natal.git", "engine-strict": true, "preferGlobal": true, "bin": { "re-natal": "./index.js" }, "keywords": [ "clojure", "clojurescript", "react", "react native", "ios", "android", "reagent", "re-frame" ], "bugs": { "url": "https://github.com/drapanjanas/re-natal/issues" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }