re-natal/package.json

39 lines
756 B
JSON
Raw Normal View History

2015-08-26 03:40:24 +00:00
{
"name": "natal",
2015-10-24 01:55:39 +00:00
"version": "0.1.3",
2015-08-26 03:40:24 +00:00
"description": "Bootstrap ClojureScript React Native apps",
"main": "index.js",
"author": {
"name": "Dan Motzenbecker",
"url": "http://oxism.com",
"email": "dan@oxism.com"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"coffee-script": "^1.9.3",
2015-09-19 17:51:11 +00:00
"commander": "^2.8.1",
2015-08-31 02:02:37 +00:00
"semver": "^5.0.1"
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",
"url": "git://github.com/dmotz/natal.git"
},
2015-08-30 15:44:45 +00:00
"homepage": "http://github.com/dmotz/natal",
2015-08-26 03:40:24 +00:00
"engine-strict": true,
2015-08-30 15:43:24 +00:00
"preferGlobal": true,
"bin": {
"natal": "./index.js"
2015-08-30 15:44:45 +00:00
},
"keywords": [
"clojure",
"clojurescript",
"react",
"react native",
"ios"
]
2015-08-26 03:40:24 +00:00
}