-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 940 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
{
"name": "Blackboard-Collaborate-Control-Panel",
"version": "1.0.0",
"description": "The Blackboard Collaborate Control Panel (BCCP) provides a variety of directly accessible functions and extensions for the Distance Learning System Blackboard Collaborate.",
"homepage": "https://piuswalter.github.io/Blackboard-Collaborate-Control-Panel/",
"main": "dist/bccp.js",
"license": "ISC",
"author": "",
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piuswalter/Blackboard-Collaborate-Control-Panel.git"
},
"bugs": {
"url": "https://github.com/piuswalter/Blackboard-Collaborate-Control-Panel/issues"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-replace-task": "^0.11.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^2.0.0"
}
}