UNPKG

1.12 kBJSONView Raw
1{
2 "name": "re-natal",
3 "version": "0.7.1",
4 "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
5 "main": "index.js",
6 "author": "Artur Girenko <a.girenko@gmail.com>",
7 "license": "MIT",
8 "dependencies": {
9 "chalk": "^1.1.1",
10 "check-dependencies": "^1.0.1",
11 "coffee-script": "^1.9.3",
12 "commander": "^2.8.1",
13 "deepmerge": "^1.5.2",
14 "fs-extra": "^0.26.5",
15 "handlebars": "^4.0.10",
16 "klaw-sync": "^2.1.0",
17 "semver": "^5.0.1"
18 },
19 "engines": {
20 "node": ">=4.0.0"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git://github.com/drapanjanas/re-natal.git"
25 },
26 "homepage": "http://github.com/drapanjanas/re-natal.git",
27 "engine-strict": true,
28 "preferGlobal": true,
29 "bin": {
30 "re-natal": "./index.js"
31 },
32 "keywords": [
33 "clojure",
34 "clojurescript",
35 "react",
36 "react native",
37 "ios",
38 "android",
39 "reagent",
40 "re-frame"
41 ],
42 "bugs": {
43 "url": "https://github.com/drapanjanas/re-natal/issues"
44 },
45 "scripts": {
46 "test": "echo \"Error: no test specified\" && exit 1"
47 }
48}