-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 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
53
54
{
"name": "hexo-tag-vimhighlight",
"version": "0.3.4",
"description": "Highlight code using vim in hexo",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/ppwwyyxx/hexo-tag-vimhighlight.git"
},
"keywords": [
"website",
"blog",
"hexo",
"highlight",
"vim"
],
"author": {
"name": "Yuxin Wu",
"email": "[email protected]",
"url": "http://ppwwyyxx.com"
},
"contributors": [
{
"name": "Yuxin Wu",
"url": "http://ppwwyyxx.com",
"email": "[email protected]"
},
{
"name": "Stuart McCulloch Anderson",
"url": "http://nxfifteen.me.uk",
"email": "[email protected]"
}
],
"license": "GPLv2",
"engines": {
"hexo": ">= 3.0.0"
},
"dependencies": {
"cheerio": "*",
"crypto": "0.0.3",
"temp": "*",
"wrench": "^1.5.8"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/ppwwyyxx/hexo-tag-vimhighlight/issues"
},
"gitHead": "ef788a99b0ecf1c60fac3a7c14c031e6d1866dda",
"homepage": "https://github.com/ppwwyyxx/hexo-tag-vimhighlight",
"_id": "[email protected]",
"scripts": {},
"_shasum": "82d1cbb709c1891af0941685f5d1885ffee3d594",
"_from": "hexo-tag-vimhighlight@>=0.1.8 <0.2.0"
}