-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
46
47
48
{
"name": "knock-knock-go",
"description": "knock-knock-go is React a helper to simplify the process of loading asynchronous components by dealing with the logic around when to render the component, an error or a loading message",
"main": "index.js",
"scripts": {
"build": ".bin/build",
"clean": ".bin/clean",
"compile": ".bin/compile",
"push": ".bin/push",
"test": ".bin/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UXtemple/knock-knock-go.git"
},
"keywords": [
"knock",
"go",
"react",
"redux",
"asynchronous",
"async",
"loading",
"error",
"fail",
"done",
"base",
"component",
"simple"
],
"author": "UXtemple <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UXtemple/knock-knock-go/issues"
},
"homepage": "https://github.com/UXtemple/knock-knock-go#readme",
"peerDependencies": {
"react": "^0.14.0",
"recompose": "^0.15.0"
},
"devDependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13"
}
}