-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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": "midux",
"version": "2.2.0",
"description": "A simple adapter for mithril and redux",
"main": "src/midux.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmartel/midux.git"
},
"files": [
"src"
],
"keywords": [
"Mithril",
"Redux"
],
"author": "Brandon Martel",
"license": "MIT",
"bugs": {
"url": "https://github.com/bmartel/midux/issues"
},
"homepage": "https://github.com/bmartel/midux#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"chai": "^4.1.1",
"jsdom": "^12.2.0",
"jsdom-global": "^3.0.2",
"mithril": "^1.1.6",
"mithril-query": "^2.2.0",
"mocha": "^5.2.0",
"redux": "^4.0.1",
"rimraf": "^2.6.1",
"webpack": "^4.22.0"
},
"peerDependencies": {
"mithril": "^1.1.6",
"redux": "^4.0.1"
}
}