-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1007 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
39
40
41
42
43
44
45
46
47
48
{
"name": "hexo-tag-fb-comments",
"version": "1.1.0",
"description": "Facebook comments plugin for Hexo!",
"main": "index.js",
"scripts": {
"test": "yarn run lint && yarn run mocha",
"lint": "eslint .",
"mocha": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hms5232/hexo-tag-fb-comments.git"
},
"keywords": [
"hexo",
"tag",
"fb",
"facebook",
"meta",
"social",
"plugin",
"comment",
"comments"
],
"author": "hms5232",
"license": "MIT",
"bugs": {
"url": "https://github.com/hms5232/hexo-tag-fb-comments/issues"
},
"homepage": "https://github.com/hms5232/hexo-tag-fb-comments#readme",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/hms5232"
},
"files": [
"*.js"
],
"peerDependencies": {
"hexo": ">=5.0.0"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.8.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.2.0"
}
}