-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 857 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
{
"name": "bell-schedule-extension",
"version": "3.2.1",
"description": "View a Harker bell schedule popup conveniently from Chrome",
"main": "src/index.html",
"scripts": {
"install": "sh scripts/install-components.sh",
"lint": "eslint src --ext .js",
"new-version": "python3 scripts/new_version.py",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadhagod/bell-schedule-extension.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gadhagod/bell-schedule-extension/issues"
},
"homepage": "https://github.com/gadhagod/bell-schedule-extension#readme",
"devDependencies": {
"@types/showdown": "^1.9.4",
"bower": "^1.8.12",
"eslint": "^7.32.0",
"uglify-js": "^3.14.2"
}
}