-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 Bytes
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
{
"name": "react-redux-template-binder",
"version": "1.0.5",
"description": "Redux starter kit to add the boiler code of redux",
"main": "index.js",
"scripts": {
"test": ""
},
"author": "imranhishaam",
"license": "MIT",
"bin": {
"setup-redux-rn": "./index.js",
"setup-redux-react": "./indexReact.js"
},
"dependencies": {
"commander": "^2.9.0",
"ncp": "^2.0.0",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ImranHishaam/react-redux-template-binder.git"
},
"keywords": [
"redux",
"template",
"react-native",
"starter-kit",
"structure"
],
"authors": [
"Imran Hishaam <imranhishaam@gmail.com> (https://github.com/imranhishaam)"
]
}