-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 953 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
{
"name": "@sy-records/docsify-footnotes",
"version": "1.0.2",
"description": "A plugin that supports the use of footnotes in docsify.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sy-records/docsify-footnotes.git"
},
"keywords": [
"docsify",
"footnotes",
"markdown"
],
"author": "sy-records",
"license": "MIT",
"bugs": {
"url": "https://github.com/sy-records/docsify-footnotes/issues"
},
"homepage": "https://github.com/sy-records/docsify-footnotes#readme",
"devDependencies": {
"cross-env": "^6.0.3",
"rollup": "^1.23.1",
"rollup-plugin-async": "^1.2.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.4"
},
"scripts": {
"build": "cross-env NODE_ENV=production node build/build.js"
}
}