-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 980 Bytes
/
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
{
"name": "hexo-tag-hint",
"title": "hexo-tag-hint",
"description": "A Hexo tag plugin displaying text hint.",
"version": "0.3.1",
"main": "index",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.13.1",
"gulp-rename": "^2.0.0"
},
"homepage": "https://github.com/etigerstudio/hexo-tag-hint",
"author": {
"name": "E-Tiger Studio",
"email": "[email protected]",
"url": "https://etiger.studio"
},
"keywords": [
"hexo",
"hint",
"tooltip",
"ui",
"sass",
"css"
],
"bugs": {
"url": "https://github.com/etigerstudio/hexo-tag-hint/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/etigerstudio/hexo-tag-hint.git"
},
"jsdelivr": "dist/hexo-tag-hint.min.css"
}