tam-html
Version:
HTML parser for Tam.
32 lines (31 loc) • 675 B
JSON
{
"name": "tam-html",
"version": "0.2.0",
"description": "HTML parser for Tam.",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/arrowrowe/tam-html.git"
},
"keywords": [
"Tam",
"HTML",
"assets"
],
"author": "arrowrowe <arrowrowe@gmail.com> (https://github.com/arrowrowe)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arrowrowe/tam-html/issues"
},
"homepage": "https://github.com/arrowrowe/tam-html",
"devDependencies": {
"eslint": "1.8.0"
},
"dependencies": {
"gulp-minify-html": "1.0.4",
"gulp-replace": "0.5.4"
}
}