-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 973 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
{
"name": "redux-actions-api-addon",
"version": "1.2.0",
"description": "Redux Actions add-on to support API Requests.",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make clean build"
},
"keywords": [
"redux",
"fsa",
"actions",
"api"
],
"author": "James Kusachi",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.26.0",
"chai": "^3.0.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^1.0.3",
"eslint-plugin-import": "^1.5.0",
"flux-standard-action": "^0.6.0",
"lodash.isplainobject": "^3.2.0",
"mocha": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkusachi/redux-actions-api-addon.git"
},
"dependencies": {
"object-assign": "^4.1.0"
},
"typings": "./index.d.ts"
}