-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 954 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
{
"name": "react-chunky-default-stack",
"version": "0.2.0",
"description": "The Default Chunky Stack",
"scripts": {
"test": "react-native-savor test",
"lint": "react-native-savor lint",
"coverage": "react-native-savor coverage",
"codeclimate": "react-native-savor codeclimate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-chunky/react-chunky-default-stack.git"
},
"author": "I. Dan Calinescu <idancalinescu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-chunky/react-chunky-default-stack/issues"
},
"homepage": "https://github.com/react-chunky/react-chunky-full-stack",
"dependencies": {
"react-chunky": "0.x",
"react-native-chunky": "0.x",
"react-dom-chunky": "0.x",
"react-chunky-auth-chunk": "0.x",
"react-chunky-list-chunk": "0.x"
},
"devDependencies": {
"react-native-savor": "0.x",
"react-savor": "0.x"
}
}