-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 939 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-cake-moon-menu",
"version": "2.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"p": "yarn --proxy=http://localhost:1080"
},
"files": [
"assets",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jiangtj-lab/hexo-cake-moon-menu.git"
},
"author": "Mr.J",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/jiangtj-lab/hexo-cake-moon-menu/issues"
},
"homepage": "https://github.com/jiangtj-lab/hexo-cake-moon-menu#readme",
"dependencies": {
"ejs": "^3.1.6",
"hexo-extend-injector2": "^0.3.0",
"hexo-util": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-hexo": "^4.1.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}