1 | {
|
2 | "name": "amperize",
|
3 | "version": "0.6.1",
|
4 | "description": "AMP up your plain HTML",
|
5 | "main": "./lib/amperize",
|
6 | "scripts": {
|
7 | "test": "mocha $(find test -name '*.test.js')",
|
8 | "watch": "mocha --watch $(find test -name '*.test.js')",
|
9 | "coverage": "nyc npm run test",
|
10 | "test-travis": "nyc --reporter=lcov npm run test",
|
11 | "semantic-release": "semantic-release"
|
12 | },
|
13 | "engines": {
|
14 | "node": ">=8.6"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/jbhannah/amperize.git"
|
19 | },
|
20 | "keywords": [
|
21 | "amp",
|
22 | "html"
|
23 | ],
|
24 | "author": "Jesse B. Hannah <jesse@jbhannah.net>",
|
25 | "license": "MIT",
|
26 | "bugs": {
|
27 | "url": "https://github.com/jbhannah/amperize/issues"
|
28 | },
|
29 | "homepage": "https://github.com/jbhannah/amperize#readme",
|
30 | "dependencies": {
|
31 | "async": "^3.0.1",
|
32 | "domutils": "^2.0.0",
|
33 | "emits": "^3.0.0",
|
34 | "htmlparser2": "^4.0.0",
|
35 | "image-size": "^0.8.1",
|
36 | "lodash": "^4.17.11",
|
37 | "probe-image-size": "^5.0.0",
|
38 | "request": "^2.83.0",
|
39 | "request-promise": "^4.2.4",
|
40 | "uuid": "^7.0.1",
|
41 | "validator": "^12.0.0"
|
42 | },
|
43 | "devDependencies": {
|
44 | "chai": "^4.1.2",
|
45 | "cz-conventional-changelog": "3.1.0",
|
46 | "mocha": "^7.0.0",
|
47 | "nock": "^12.0.0",
|
48 | "nyc": "^15.0.0",
|
49 | "rewire": "^4.0.1",
|
50 | "semantic-release": "17.0.4",
|
51 | "sinon": "^9.0.0",
|
52 | "sinon-chai": "^3.3.0"
|
53 | },
|
54 | "config": {
|
55 | "commitizen": {
|
56 | "path": "./node_modules/cz-conventional-changelog"
|
57 | }
|
58 | }
|
59 | }
|