forked from dmotz/natal
-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
49 lines (49 loc) · 1.11 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "re-natal",
"version": "0.11.1",
"description": "Bootstrap ClojureScript React Native apps with reagent, re-frame and om next for iOS and Android",
"main": "index.js",
"author": "Artur Girenko <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"check-dependencies": "^1.0.1",
"coffeescript": "^2.3.2",
"commander": "^2.8.1",
"deepmerge": "^2.1.1",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.10",
"klaw-sync": "^6.0.0",
"semver": "^5.0.1"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/drapanjanas/re-natal.git"
},
"homepage": "http://github.com/drapanjanas/re-natal.git",
"engine-strict": true,
"preferGlobal": true,
"bin": {
"re-natal": "./index.js"
},
"keywords": [
"clojure",
"clojurescript",
"react",
"react native",
"ios",
"android",
"reagent",
"re-frame",
"om next"
],
"bugs": {
"url": "https://github.com/drapanjanas/re-natal/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}