-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 843 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
{
"name": "bettergitlabboard",
"version": "1.0.0",
"description": "This add-on adds function of editing Gitlab board issue right in the same page, without needing to open new page. It uses the personal access token of each user.",
"main": "content_script.js",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "zip release.zip -r icons manifest.json content_script popup"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/samuelchanx/better-gitlab-board.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/samuelchanx/better-gitlab-board/issues"
},
"homepage": "https://gitlab.com/samuelchanx/better-gitlab-board#readme"
}