-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 939 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
{
"name": "redux-standard-action",
"version": "0.0.0",
"description": "A human-friendly standard for Redux action objects",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make clean build"
},
"keywords": [
"flux",
"redux",
"redux",
"actions",
"fsa"
],
"author": "Andrew Clark <[email protected]>",
"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",
"mocha": "^2.2.5"
},
"dependencies": {
"lodash.isplainobject": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kolodny/redux-standard-action.git"
},
"bugs": {
"url": "https://github.com/kolodny/redux-standard-action/issues"
},
"homepage": "https://github.com/kolodny/redux-standard-action#readme"
}