-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
executable file
·62 lines (62 loc) · 1.33 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
53
54
55
56
57
58
59
60
61
62
{
"name": "hexo-generator-amp",
"version": "3.2.0",
"main": "index",
"dependencies": {
"amphtml-validator": "^1.0.21",
"bluebird" : "^3.5.1",
"cheerio": "^1.0.0-rc.2",
"ejs": "^2.5.7",
"follow-redirects": "^1.2.6",
"hasha": "^3.0.0",
"hexo-fs": "^1.0.2",
"hexo-util": "^0.6.3",
"html-minifier": "^3.5.8",
"image-size": "^0.6.2",
"log-util": "^1.2.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"nib": "^1.1.2",
"node-sass": "^4.12.0",
"object-assign": "^4.1.1",
"pug": "^2.0.0-rc.4",
"stylus": "^0.54.5"
},
"description": "AMP ⚡ HTML (Accelerated Mobile Pages) generator for Hexo.",
"devDependencies": {},
"directories": {
"lib": "./lib"
},
"author": {
"email": "[email protected]",
"name": "tea3",
"url": "https://photo-tea.com/"
},
"bugs": {
"url": "https://github.com/tea3/hexo-generator-amp/issues"
},
"keywords": [
"auto",
"generator",
"hexo",
"blog",
"amp",
"html",
"google",
"mobile",
"The-Accelerated-Mobile-Pages",
"Static-site-generator"
],
"license": "MIT",
"maintainers": [
{
"name": "tea3gt",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/tea3/hexo-generator-amp.git"
}
}