-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 830 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
{
"name": "docsify-corner",
"version": "1.0.7",
"description": "A plugin for setting corner of docsify.",
"main": "dist/docsify-corner.js",
"author": {
"name": "Koy",
"url": "https://github.com/Koooooo-7"
},
"homepage": "https://github.com/Koooooo-7/docsify-corner#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Koooooo-7/docsify-corner.git"
},
"license": "MIT",
"scripts": {
"start": "node src/index.js",
"test": "standard",
"pretty": "standard --fix",
"build": "rollup -c"
},
"keywords": [
"docsify",
"plugin",
"corner",
"docsift-plugin",
"docsify-corner"
],
"standard": {
"ignore": [
"dist/*"
]
},
"devDependencies": {
"rollup": "^4.1.5",
"uglify-js": "^3.3.20",
"standard": "^14.3.1"
}
}