-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 919 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
35
36
37
{
"name": "@artevelde-uas/canvas-lms-disable-inbox-plugin",
"version": "0.1.0",
"description": "Removes the 'Inbox' funtionality",
"keywords": [
"Canvas LMS",
"inbox"
],
"license": "ISC",
"author": "Renaat De Muynck <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/artevelde-uas/canvas-lms-disable-inbox-plugin.git"
},
"packageManager": "[email protected]",
"module": "src/index.js",
"files": [
"src/"
],
"config": {
"server": {
"file": "main.js"
}
},
"scripts": {
"dev": "run-p serve watch",
"watch": "webpack ./index.js --watch --progress --stats minimal --config webpack.config.js",
"serve": "canvas-server-start"
},
"dependencies": {
"@artevelde-uas/canvas-lms-app": "^1.15.2"
},
"devDependencies": {
"@artevelde-uas/canvas-lms-theme-dev": "^0.4.0",
"npm-run-all": "^4.1.5"
}
}