UNPKG

fliphub-monorepo

Version:
21 lines (20 loc) 417 B
{ "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" }