re-natal/package.json

44 lines
971 B
JSON
Raw Normal View History

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