UNPKG

@mjam/ampify

Version:

Convert plain HTML to Google Accelerated Mobile Pages (AMP)

40 lines (39 loc) 833 B
{ "name": "@mjam/ampify", "version": "0.2.7", "description": "Convert plain HTML to Google Accelerated Mobile Pages (AMP)", "main": "lib/index.js", "author": { "name": "Philipp Paul", "email": "philipp.and.paul@gmail.com" }, "keywords": [ "html", "transform", "amp", "amp-img", "amp-video" ], "license": "MIT", "scripts": { "test": "mocha", "lint": "jshint . && jscs ." }, "repository": { "type": "git", "url": "git+https://github.com/bobbor/ampify.git" }, "bugs": { "url": "https://github.com/bobbor/ampify/issues" }, "homepage": "https://github.com/bobbor/ampify#readme", "dependencies": { "cheerio": "^0.22.0" }, "devDependencies": { "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-eslint": "^3.0.1", "gulp-mocha": "^4.3.0" } }