hscript
Version:
Cli for converting html to hyperscript and the other way around
34 lines (33 loc) • 715 B
JSON
{
"name": "hscript",
"description": "Cli for converting html to hyperscript and the other way around",
"version": "0.0.4",
"preferGlobal": true,
"repository": "https://github.com/queckezz/hscript",
"bin": "./bin/hscript",
"scripts": {
"test": "make test"
},
"dependencies": {
"html2hscript": "^1.0.2",
"minimist": "^1.1.0",
"mz": "^1.3.0",
"show-help": "^2.0.1",
"sliced": "0.0.5",
"virtual-dom": "^1.3.0",
"virtual-dom-stringify": "^2.1.0"
},
"keywords": [
"hyperscript",
"html",
"mercury",
"virtual-dom",
"hscript",
"hyperscript2html",
"html2hyperscript"
],
"devDependencies": {
"mocha": "^2.1.0"
},
"license": "MIT"
}