re-natal/package.json

39 lines
756 B
JSON
Raw Permalink Normal View History

2015-08-25 23:40:24 -04:00
{
"name": "natal",
2015-10-31 15:06:39 -04:00
"version": "0.1.4",
2015-08-25 23:40:24 -04: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 13:51:11 -04:00
"commander": "^2.8.1",
2015-08-30 22:02:37 -04: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",
"url": "git://github.com/dmotz/natal.git"
},
2015-08-30 11:44:45 -04:00
"homepage": "http://github.com/dmotz/natal",
2015-08-25 23:40:24 -04:00
"engine-strict": true,
2015-08-30 11:43:24 -04:00
"preferGlobal": true,
"bin": {
"natal": "./index.js"
2015-08-30 11:44:45 -04:00
},
"keywords": [
"clojure",
"clojurescript",
"react",
"react native",
"ios"
]
2015-08-25 23:40:24 -04:00
}