-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 872 Bytes
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
{
"name": "hexo-mbti",
"version": "2.0.0",
"description": "mbti",
"main": "index.js",
"scripts": {
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hexo",
"plugin",
"mbti",
"16personalities",
"personality",
"psychology"
],
"hexo": {
"version": ">=3.0.0"
},
"files": [
"index.js",
"lib",
"css",
"js"
],
"repository": {
"type": "git",
"url": "https://github.com/baobaodz/hexo-mbti.git"
},
"bugs": {
"url": "https://github.com/baobaodz/hexo-mbti/issues"
},
"homepage": "https://github.com/baobaodz/hexo-mbti#readme",
"author": "baobaodz",
"license": "ISC"
}