-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
34 lines (34 loc) · 850 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
{
"name": "redux-saga-in-korean",
"version": "0.9.5",
"description": "Redux-saga 한국어",
"scripts": {
"build": "gitbook build -g mskims/redux-saga-in-korean",
"watch": "gitbook serve"
},
"repository": {
"type": "git",
"url": "https://github.com/mskims/redux-saga-in-korean.git"
},
"keywords": [
"javascript",
"redux",
"middleware",
"saga",
"effects",
"side effects"
],
"author": "MinSeok Kim <[email protected]> (http://github.com/mskims)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mskims/redux-saga-in-korean/issues"
},
"homepage": "https://github.com/mskims/redux-saga-in-korean",
"devDependencies": {},
"dependencies": {
"gh-pages": "^0.12.0",
"gitbook-cli": "2.3.0",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-ga": "^1.0.1"
}
}