fliphub-monorepo
Version:
the builder of builders
38 lines (37 loc) • 910 B
JSON
{
"name": "flip-gom-html-parser",
"description": "Parsers HTML to GOM flavored JSON",
"version": "0.0.5",
"main": "lib/compiler.js",
"repository": {
"type": "git",
"url": "git://github.com/the-grid/gom-html-parser.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/the-grid/gom-html-parser/blob/master/LICENSE-MIT"
}
],
"_devDependencies": {
"grunt": "0.4.5",
"grunt-cafe-mocha": "0.1.13",
"grunt-cli": "0.1.13",
"chai": "3.3.0",
"mocha": "1.9.0",
"grunt-contrib-watch": "0.3.1",
"grunt-peg": "1.4.0",
"grunt-component-build": "0.5.3",
"grunt-mocha-phantomjs": "0.2.8",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-coffee": "0.7.0"
},
"dependencies": {
"error-reporter": "0.1.5"
},
"keywords": [],
"scripts": {
"test": "node_modules/.bin/grunt test"
},
"main": "./lib/compiler"
}