{
"name": "html5rw-jsoo",
"version": "1.0.0",
"description": "Pure OCaml HTML5 parser and validator compiled to JavaScript/WebAssembly via js_of_ocaml",
"browser": "htmlrw.js",
"homepage": "https://tangled.org/@anil.recoil.org/ocaml-html5rw",
"author": "Anil Madhavapeddy ",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/avsm/ocaml-html5rw.git#npm"
},
"keywords": [
"ocaml",
"html5",
"parser",
"js_of_ocaml",
"wasm",
"webassembly",
"validator",
"whatwg"
],
"files": [
"htmlrw.js",
"htmlrw-worker.js",
"htmlrw-tests.js",
"htmlrw.wasm.js",
"htmlrw-worker.wasm.js",
"htmlrw-tests.wasm.js",
"htmlrw_js_main.bc.wasm.assets/",
"htmlrw_js_worker.bc.wasm.assets/",
"htmlrw_js_tests_main.bc.wasm.assets/",
"README.md",
"LICENSE"
]
}