html2amp
Version:
Simple converter from HTML into AMP(Accelerated Mobile Pages)
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "html2amp",
"version": "1.4.2",
"description": "Simple converter from HTML into AMP(Accelerated Mobile Pages)",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test lib",
"test": "npm run lint && NODE_ENV=test jest --testEnvironment=node test"
},
"engines": {
"node": ">= 8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomoyukikashiro/html2amp.git"
},
"keywords": [
"html",
"amp"
],
"author": "Tomoyuki Kashiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomoyukikashiro/html2amp/issues"
},
"homepage": "https://github.com/tomoyukikashiro/html2amp#readme",
"dependencies": {
"@ampproject/toolbox-optimizer": "^2.3.0",
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^5.0.0",
"data-uri-to-buffer": "^3.0.0",
"probe-image-size": "^5.0.0"
},
"devDependencies": {
"amphtml-validator": "1.0.34",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"jest": "25.5.4"
}
}