-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 878 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
{
"name": "react-native-template-cljs-krell-storybook",
"version": "0.4.0",
"description": "Template providing a working React Native setup for ClojureScript with Krell and Storybook",
"scripts": {
"test": "exit 0"
},
"files": [
"template",
"template.config.js",
"script.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joshuamiller/react-native-template-cljs-krell-storybook.git"
},
"keywords": [
"react-native",
"clojurescript",
"krell",
"storybook",
"template",
"boilerplate"
],
"author": "Joshua Miller <[email protected]> (https://joshmiller.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuamiller/react-native-template-cljs-krell-storybook/issues"
},
"homepage": "https://github.com/joshuamiller/react-native-template-cljs-krell-storybook#readme"
}