UNPKG

mreframe

Version:

A reagent/re-frame imitation that uses Mithril instead

36 lines (35 loc) 1.11 kB
{ "name": "mreframe", "version": "0.2.0", "description": "A reagent/re-frame imitation that uses Mithril instead", "main": "index.js", "author": "LeXofLeviafan <lexofleviafan@gmail.com>", "license": "MIT", "scripts": { "install": "cake transpile", "prepare": "cake build:all", "build": "cake transpile && cake build", "build-min": "cake transpile && cake --minify build", "build:nodeps": "cake transpile && cake build:nodeps", "build-min:nodeps": "cake transpile && cake --minify build:nodeps", "build:all": "cake transpile && cake build:all", "clean": "cake clean", "test": "cake test", "perftest": "cake perftest" }, "dependencies": { "coffeescript": "^2.6.1", "mithril": "^2.3.3" }, "devDependencies": { "benchmark": "^2.1.4", "browserify": "^17.0.0", "ospec": "^4.1.6", "rimraf": "^3.0.2", "tinyify": "^3.0.0" }, "repository": "github:LeXofLeviafan/mreframe", "homepage": "https://lexofleviafan.github.io/mreframe", "bugs": "https://github.com/LeXofLeviafan/mreframe/issues", "keywords": ["mithril"] }