amp-site-validator
Version:
Full site AMP Pages validator
37 lines (36 loc) • 834 B
JSON
{
"name": "amp-site-validator",
"version": "3.0.0",
"description": "Full site AMP Pages validator",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjsc/amp-site-validator.git"
},
"keywords": [
"amp",
"html",
"amphtml-validator",
"AMP",
"validator",
"validate",
"AMP HTML",
"Accelerated Mobile Pages",
"Google AMP"
],
"author": "wjsc",
"license": "MIT",
"dependencies": {
"amphtml-validator": "^1.0.23",
"async-functions-pool": "^1.0.0",
"node-fetch": "^2.2.0"
},
"bugs": {
"url": "https://github.com/wjsc/amp-site-validator/issues"
},
"homepage": "https://github.com/wjsc/amp-site-validator#readme"
}