-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 KB
/
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
33
34
35
36
37
{
"name": "redux-example",
"version": "1.0.0",
"description": "Just trying to solve some of my problems with flux using redux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server"
},
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
"license": "MIT",
"dependencies": {
"react": "^0.13.3",
"redux": "^1.0.0-rc",
"redux-promise": "acdlite/redux-promise",
"sovereign": "^0.2.0",
"when": "^3.7.3"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.6.4",
"node-libs-browser": "^0.5.2",
"webpack": "^1.10.0",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phated/redux-example.git"
},
"bugs": {
"url": "https://github.com/phated/redux-example/issues"
},
"homepage": "https://github.com/phated/redux-example#readme"
}