rittenhop-ghost/versions/5.94.2/node_modules/amperize/package.json

60 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"name": "amperize",
"version": "0.6.1",
"description": "AMP up your plain HTML",
"main": "./lib/amperize",
"scripts": {
"test": "mocha $(find test -name '*.test.js')",
"watch": "mocha --watch $(find test -name '*.test.js')",
"coverage": "nyc npm run test",
"test-travis": "nyc --reporter=lcov npm run test",
"semantic-release": "semantic-release"
},
"engines": {
"node": ">=8.6"
},
"repository": {
"type": "git",
"url": "https://github.com/jbhannah/amperize.git"
},
"keywords": [
"amp",
"html"
],
"author": "Jesse B. Hannah <jesse@jbhannah.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbhannah/amperize/issues"
},
"homepage": "https://github.com/jbhannah/amperize#readme",
"dependencies": {
"async": "^3.0.1",
"domutils": "^2.0.0",
"emits": "^3.0.0",
"htmlparser2": "^4.0.0",
"image-size": "^0.8.1",
"lodash": "^4.17.11",
"probe-image-size": "^5.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.4",
"uuid": "^7.0.1",
"validator": "^12.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"cz-conventional-changelog": "3.1.0",
"mocha": "^7.0.0",
"nock": "^12.0.0",
"nyc": "^15.0.0",
"rewire": "^4.0.1",
"semantic-release": "17.0.4",
"sinon": "^9.0.0",
"sinon-chai": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}