-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 855 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": "gitbucket-xlsx-plugin",
"version": "1.0.0",
"description": "GitBucket .xlsx rendering plugin",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kounoike/gitbucket-xlsx-plugin.git"
},
"keywords": [
"gitbucket",
"xlsx"
],
"author": "KOUNOIKE Yuusuke",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kounoike/gitbucket-xlsx-plugin/issues"
},
"homepage": "https://github.com/kounoike/gitbucket-xlsx-plugin#readme",
"devDependencies": {
"css-loader": "^5.0.1",
"jquery": "^3.5.1",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.3.1",
"xlsx": "^0.16.9"
},
"dependencies": {
"jquery-binarytransport": "^1.0.0"
}
}