-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 940 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": "docsify-auth",
"version": "1.2.0",
"description": "a auth plugin for docsify",
"main": "src",
"unpkg": "dist/docsify-auth.min.js",
"homepage": "https://github.com/mg0324/docsify-auth",
"repository": "[email protected]:mg0324/docsify-auth.git",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js src",
"build": "webpack"
},
"keywords": [
"docsify",
"auth"
],
"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"
},
"dependencies": {
"md5": "^2.3.0"
}
}