-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 928 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
{
"name": "docsify-busuanzi",
"version": "1.0.1",
"description": "docsify busuanzi plugin",
"main": "src",
"unpkg": "dist/docsify-busuanzi.min.js",
"homepage": "https://github.com/mg0324/docsify-busuanzi",
"repository": "[email protected]:mg0324/docsify-busuanzi.git",
"files": [
"dist/",
"demo.png"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js src",
"build": "webpack"
},
"keywords": [
"docsify",
"busuanzi"
],
"author": "mgang",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}