-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "docsify-vssue",
"version": "1.0.1",
"description": "Vssue plugin of docsify",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "mkdir -p dist && uglifyjs src/docsify-vssue.js --compress --mangle > dist/docsify-vssue.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/up9cloud/docsify-vssue.git"
},
"keywords": [
"vssue",
"docsify"
],
"author": "up9cloud (https://github.com/up9cloud)",
"license": "MIT",
"bugs": {
"url": "https://github.com/up9cloud/docsify-vssue/issues"
},
"homepage": "https://github.com/up9cloud/docsify-vssue#readme",
"devDependencies": {
"uglify-es": "^3.3.9"
}
}