-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "postxml-amp",
"version": "0.4.2",
"description": "PostXML plugin to convert plain HTML to Google Accelerated Mobile Pages (AMP)",
"main": "index.js",
"author": {
"name": "rkazakov",
"email": "ruslan.kazakov@gmail.com"
},
"keywords": [
"html",
"plugin",
"postxml",
"transform",
"amp",
"amp-img",
"amp-video",
"amp-youtube",
"amp-analytics"
],
"license": "MIT",
"scripts": {
"coverage": "node_modules/.bin/jest --coverage",
"lint": "node_modules/.bin/eslint ./*.js test",
"test": "node_modules/.bin/jest",
"test:watch": "node_modules/.bin/jest --watchAll",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rkazakov/postxml-amp.git"
},
"bugs": {
"url": "https://github.com/rkazakov/postxml-amp/issues"
},
"homepage": "https://github.com/rkazakov/postxml-amp#readme",
"dependencies": {
"clean-css": "^4.1.11",
"image-size": "^0.7.0",
"postxml": "^0.2.9",
"request": "^2.87.0",
"snyk": "^1.88.0"
},
"devDependencies": {
"eslint": "^5.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.1.0"
},
"snyk": true
}