amphtml-autoscript
Version:
Imports required AMP HTML custom-elements into source files.
36 lines (35 loc) • 778 B
JSON
{
"name": "amphtml-autoscript",
"version": "1.5.2",
"description": "Imports required AMP HTML custom-elements into source files.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"AMP",
"amphtml",
"custom-element"
],
"author": "garanj",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/garanj/amphtml-autoscript.git"
},
"devDependencies": {
"assert": "^1.4.1",
"eslint": "^5.14.0",
"eslint-config-google": "^0.9.1",
"jsdom": "^11.11.0",
"mocha": "^5.2.0",
"vinyl": "^2.2.0"
},
"dependencies": {
"amphtml-validator": "^1.0.23",
"fs": "0.0.1-security",
"node-fetch": "^2.2.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.3"
}
}