2015-08-26 03:40:24 +00:00
|
|
|
{
|
2015-11-20 19:07:09 +00:00
|
|
|
"name": "re-natal",
|
2016-01-29 20:55:05 +00:00
|
|
|
"version": "0.2.20",
|
2015-11-20 19:07:09 +00:00
|
|
|
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
|
2015-08-26 03:40:24 +00:00
|
|
|
"main": "index.js",
|
2015-11-21 11:30:33 +00:00
|
|
|
"author": "Artur Girenko <a.girenko@gmail.com>",
|
2015-08-26 03:40:24 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^1.1.1",
|
|
|
|
"coffee-script": "^1.9.3",
|
2015-09-19 17:51:11 +00:00
|
|
|
"commander": "^2.8.1",
|
2016-01-29 19:25:00 +00:00
|
|
|
"semver": "^5.0.1",
|
|
|
|
"check-dependencies":"^0.11.0"
|
2015-08-26 03:40:24 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2015-10-04 01:21:15 +00:00
|
|
|
"node": ">=4.0.0"
|
2015-08-26 03:40:24 +00:00
|
|
|
},
|
2015-08-30 15:05:30 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-11-20 19:07:09 +00:00
|
|
|
"url": "git://github.com/drapanjanas/re-natal.git"
|
2015-08-30 15:05:30 +00:00
|
|
|
},
|
2015-11-20 19:07:09 +00:00
|
|
|
"homepage": "http://github.com/drapanjanas/re-natal.git",
|
2015-08-26 03:40:24 +00:00
|
|
|
"engine-strict": true,
|
2015-08-30 15:43:24 +00:00
|
|
|
"preferGlobal": true,
|
|
|
|
"bin": {
|
2015-11-20 19:07:09 +00:00
|
|
|
"re-natal": "./index.js"
|
2015-08-30 15:44:45 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"clojure",
|
|
|
|
"clojurescript",
|
|
|
|
"react",
|
|
|
|
"react native",
|
2015-11-20 19:07:09 +00:00
|
|
|
"ios",
|
|
|
|
"android",
|
|
|
|
"reagent",
|
|
|
|
"re-frame"
|
2015-11-21 11:30:33 +00:00
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/drapanjanas/re-natal/issues"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
}
|
2015-08-26 03:40:24 +00:00
|
|
|
}
|