fliphub-monorepo
Version:
the builder of builders
21 lines (20 loc) • 417 B
JSON
{
"name": "gom-html-parser",
"description": "Parsers HTML to GOM flavored JSON",
"author": "Dan Tocchini <d4@thegrid.io>",
"repo": "the-grid/gom-html-parser",
"version": "0.0.4",
"json": [
"component.json"
],
"scripts": [
"lib/compiler.js",
"lib/grammar.js",
"lib/parser.js"
],
"dependencies": {
"gss/error-reporter": "*"
},
"main": "lib/compiler.js",
"license": "MIT"
}