44 lines
972 B
JSON
44 lines
972 B
JSON
{
|
|
"name": "re-natal",
|
|
"version": "0.2.11",
|
|
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
|
|
"main": "index.js",
|
|
"author": "Artur Girenko <a.girenko@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"coffee-script": "^1.9.3",
|
|
"commander": "^2.8.1",
|
|
"semver": "^5.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"
|
|
}
|
|
}
|