-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 910 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 910 Bytes
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
{
"name": "@quizizz/lms",
"version": "0.2.6",
"description": "Some LMS apis",
"main": "src/index.js",
"scripts": {
"test:gcl": "mocha --no-timeouts --bail test/gcl.spec.js",
"test:edmodo": "mocha --no-timeouts --bail test/edmodo.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quizizz/lms-wrapper.git"
},
"keywords": [
"lms",
"js"
],
"author": "Akshendra Pratap Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/quizizz/lms-wrapper/issues"
},
"homepage": "https://github.com/quizizz/lms-wrapper#readme",
"dependencies": {
"axios": "0.21.1",
"debug": "^4.3.2",
"googleapis": "27.0.0",
"is_js": "^0.9.0",
"lodash": "^4.17.20",
"moment": "2.22.2"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.23.4",
"hold-it": "^1.0.1"
}
}