marko-amp
Version:
Marko taglib for Accelerated Mobile Pages custom tags
77 lines (76 loc) • 1.55 kB
JSON
{
"name": "marko-amp",
"version": "1.0.3",
"description": "Marko taglib for Accelerated Mobile Pages custom tags",
"main": "index.js",
"scripts": {
"test": "jest && eslint \"**/*.js\" --ignore-path .gitignore"
},
"engines": {
"node": ">=8.6"
},
"files": [
"components",
"marko.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tinovyatkin/marko-amp.git"
},
"peerDependencies": {
"marko": "^4.18"
},
"keywords": [
"markojs",
"amphtml",
"amp",
"marko",
"taglib",
"html",
"template",
"templating",
"custom",
"tags"
],
"author": "Tino Vyatkin <tino@vtkn.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tinovyatkin/marko-amp/issues"
},
"homepage": "https://github.com/tinovyatkin/marko-amp#readme",
"devDependencies": {
"@destinationstransfers/eslint-plugin": "2.4.24",
"@types/jest": "24.0.15",
"amphtml-validator": "1.0.23",
"eslint": "5.16.0",
"jest": "24.8.0",
"marko": "4.17.2"
},
"eslintConfig": {
"plugins": [
"@destinationstransfers"
],
"extends": [
"plugin:@destinationstransfers/recommended"
],
"env": {
"node": true
},
"parserOptions": {
"sourceType": "script"
}
},
"dependencies": {},
"jest": {
"verbose": true,
"bail": true,
"testMatch": [
"**/*.test.js"
],
"collectCoverage": true,
"collectCoverageFrom": [
"components/**/*.js",
"!**/*.test.js"
]
}
}