-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1001 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": "hyperapp-redux-devtools",
"version": "1.1.6",
"description": "hyperapp HOA to utilize redux-devtools-extension for time travel debugging capabilities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"./*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/andyrj/hyperapp-redux-devtools.git"
},
"keywords": [
"hyperapp",
"redux",
"devtools",
"debug",
"time-travel",
"time",
"travel",
"debugging"
],
"author": "Andy Johnson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andyrj/hyperapp-redux-devtools/issues"
},
"homepage": "https://github.com/andyrj/hyperapp-redux-devtools#readme",
"dependencies": {
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2"
},
"devDependencies": {
"prettier": "^1.9.2"
},
"peerDependencies": {
"hyperapp": "^1.0.1"
}
}