UNPKG

postcss-amp-custom

Version:

PostCSS plugin to optimize CSS source for AMP HTML.

45 lines (44 loc) 1.04 kB
{ "name": "postcss-amp-custom", "version": "1.4.0", "author": "kimulaco", "license": "MIT", "description": "PostCSS plugin to optimize CSS source for AMP HTML.", "keywords": [ "css", "AMP", "AMP HTML", "Accelerated Mobile Pages", "PostCSS" ], "homepage": "https://github.com/kimulaco/postcss-amp-custom", "repository": { "type": "git", "url": "https://github.com/kimulaco/postcss-amp-custom" }, "main": "index.js", "engines": { "node": ">=10.0.0" }, "scripts": { "lint": "eslint . -c .eslintrc.js", "test": "jest --verbose" }, "dependencies": { "amp-custom": "^1.4.0" }, "peerDependencies": { "postcss": "^7.0.35|^8.2.1" }, "devDependencies": { "eslint": "^7.16.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.1.0", "jest": "^26.6.3", "postcss": "^8.2.1", "postcss-cli": "^8.3.1" } }