UNPKG

midux

Version:

A simple adapter for mithril and redux

49 lines (48 loc) 1.12 kB
{ "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" } }