-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
39 lines (39 loc) · 778 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "natal",
"version": "0.2.0",
"description": "Bootstrap ClojureScript React Native apps",
"main": "index.js",
"author": {
"name": "Dan Motzenbecker",
"url": "http://oxism.com",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"coffee-script": "^1.9.3",
"commander": "^2.8.1",
"semver": "^5.0.1",
"tail": "^0.4.0"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dmotz/natal.git"
},
"homepage": "http://github.com/dmotz/natal",
"engine-strict": true,
"preferGlobal": true,
"bin": {
"natal": "./index.js"
},
"keywords": [
"clojure",
"clojurescript",
"react",
"react native",
"ios"
]
}