UNPKG

1.58 kBJSONView Raw
1{
2 "name": "amperize",
3 "version": "0.6.0",
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": "istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')",
10 "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')",
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": "^1.7.0",
33 "emits": "^3.0.0",
34 "htmlparser2": "^3.9.2",
35 "image-size": "^0.7.4",
36 "lodash": "^4.17.11",
37 "probe-image-size": "^4.0.0",
38 "request": "^2.83.0",
39 "request-promise": "^4.2.4",
40 "uuid": "^3.0.0",
41 "validator": "^9.1.1"
42 },
43 "devDependencies": {
44 "chai": "^4.1.2",
45 "cz-conventional-changelog": "2.1.0",
46 "istanbul": "^0.4.5",
47 "mocha": "^4.0.1",
48 "nock": "^9.0.2",
49 "rewire": "^2.5.2",
50 "semantic-release": "9.1.0",
51 "sinon": "1.17.7",
52 "sinon-chai": "^2.8.0"
53 },
54 "config": {
55 "commitizen": {
56 "path": "./node_modules/cz-conventional-changelog"
57 }
58 }
59}