-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
38
39
40
41
42
43
44
45
{
"name": "redux-sync-promise",
"version": "0.7.7",
"description": "Writing asynchronous actions in synchronous style",
"main": "lib/index.js",
"scripts": {
"test": "make lint",
"prepublish": "make clean build"
},
"files": [
"lib/*.js"
],
"keywords": [
"flux",
"redux",
"async",
"actions",
"middleware",
"middlewares",
"promise",
"promises",
"redux-promise",
"redux-middleware"
],
"author": "Alexander Dukhovnyak <[email protected]>",
"bugs": {
"url": "https://github.com/shanhaichik/redux-sync-promise/issues"
},
"homepage": "https://github.com/shanhaichik/redux-sync-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/shanhaichik/redux-sync-promise.git"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.8.0",
"eslint-config-airbnb-base": "^1.0.3",
"eslint-plugin-import": "^1.5.0"
}
}