earl-hyperscript
Version:
Earl Grey wrapper for Cycle.js/virtual-dom hyperscript DSL.
46 lines (45 loc) • 988 B
JSON
{
"name": "earl-hyperscript",
"version": "0.2.4",
"description": "Earl Grey wrapper for Cycle.js/virtual-dom hyperscript DSL.",
"repository": "https://github.com/MadcapJake/earl-hyperscript",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers eg:earlgrey/register",
"prepublish": "earl compile -5rvso lib/ src/"
},
"author": {
"name": "Jake Russo",
"email": "madcap.russo@gmail.com",
"url": "http://github.com/MadcapJake"
},
"license": "MIT",
"dependencies": {
"@cycle/dom": "^3.0.0"
},
"peerDependencies": {
"earlgrey": ">= 0.0.2"
},
"devDependencies": {
"deep-diff": "^0.3.2",
"earl-mocha": "0.0.2",
"earlgrey": "0.0.10",
"mocha": "^2.2.5"
},
"engines": {
"node": ">= 0.11.16",
"iojs": ">= 1.0.0"
},
"keywords": [
"earlgrey",
"earl-grey",
"cyclejs",
"virtual-dom",
"virtual-hyperscript",
"hyperscript",
"virtual",
"dom",
"vtree",
"vdom"
]
}