UNPKG

@draftbox-co/gatsby-plugin-amp

Version:
38 lines (37 loc) 1.08 kB
{ "name": "@draftbox-co/gatsby-plugin-amp", "version": "0.2.6", "description": "A gatsby plugin for scaffolding AMP pages", "main": "index.js", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__", "commit": "git add . && git commit && git push -u origin master" }, "author": "Draftbox", "license": "MIT", "homepage": "https://github.com/draftbox-co/gatsby-plugin-amp#readme", "repository": "https://github.com/draftbox-co/gatsby-plugin-amp", "bugs": { "url": "https://github.com/draftbox-co/gatsby-plugin-amp/issues" }, "dependencies": { "jsdom": "^16.4.0", "lodash": "^4.17.20", "minimatch": "^3.0.4", "react": "^16.6.1" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-plugin-amp", "amp", "accelerated-mobile-pages" ], "devDependencies": { "babel-preset-gatsby-package": "^0.5.2", "@babel/cli": "^7.10.5", "@babel/core": "^7.10.5" } }