-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 783 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 783 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
{
"name": "react-chunky",
"version": "0.1.4",
"description": "React Chunky helps you write more modular React Mobile and Web apps.",
"repository": {
"type": "git",
"url": "git+https://github.com/idancali/react-chunky.git"
},
"author": "I. Dan Calinescu <idancalinescu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idancali/react-chunky/issues"
},
"homepage": "https://github.com/idancali/react-chunky",
"dependencies": {
"base-64": "^0.1.0",
"chalk": "^1.1.3",
"error-stack-parser": "^1.3.6",
"moment": "^2.15.1",
"react": "^15.3.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4"
}
}