forked from redux-utilities/redux-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 982 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "redux-actions",
"version": "0.9.1",
"description": "Flux Standard Action utlities for Redux",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make clean build"
},
"files": [
"src",
"lib"
],
"keywords": [
"flux",
"redux",
"fsa",
"actions"
],
"author": "Andrew Clark <[email protected]>",
"bugs": {
"url": "https://github.com/acdlite/redux-actions/issues"
},
"homepage": "https://github.com/acdlite/redux-actions",
"repository": {
"type": "git",
"url": "https://github.com/acdlite/redux-actions.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"chai": "^3.0.0",
"eslint": "^0.24.0",
"eslint-config-airbnb": "0.0.6",
"lodash.isplainobject": "^3.2.0",
"mocha": "^2.2.5"
},
"dependencies": {
"flux-standard-action": "^0.6.0",
"reduce-reducers": "^0.1.0"
}
}