-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
45
{
"private": true,
"name": "moodle-mod_capquiz",
"version": "0.2.1",
"description": "Computer adaptive practice activity module for Moodle",
"main": "",
"dependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/KQMATH/moodle-mod_capquiz.git"
},
"keywords": [],
"contributors": [
{
"name": "André Storhaug",
"email": "andr3.storhaug@gmail.com",
"url": "https://github.com/andstor"
},
{
"name": "Sebastian S. Gundersen",
"email": "sebastian@sgundersen.com",
"url": "https://github.com/sebastsg"
},
{
"name": "Aleksander Skrede",
"email": "aleksander.skrede@gmail.com"
},
{
"name": "Hans Georg Schaathun",
"email": "hasc@ntnu.no"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/KQMATH/moodle-mod_capquiz/issues"
},
"homepage": "https://github.com/KQMATH/moodle-mod_capquiz#readme"
}