We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit a994c69Copy full SHA for a994c69
package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "docsify-sponsor",
3
+ "version": "1.0.1",
4
+ "description": "Sponsor plugin for docsify",
5
+ "author": "Jade <[email protected]>",
6
+ "license": "MIT",
7
+ "scripts": {
8
+ "build": "uglifyjs ./src/sponsor.js -c -m -o ./dist/sponsor.min.js & uglifycss ./src/sponsor.css > ./dist/sponsor.min.css"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/JaderH/docsify-sponsor.git"
13
14
+ "keywords": [
15
+ "sponsor",
16
+ "docsify",
17
+ "plugin"
18
+ ],
19
+ "bugs": {
20
+ "url": "https://github.com/JaderH/docsify-sponsor/issues"
21
22
+ "homepage": "https://github.com/JaderH/docsify-sponsor",
23
+ "directories": {
24
+ "doc": "docs"
25
26
+ "main": "sponsor.js"
27
+}
0 commit comments