-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "@edx/edx-proctoring",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "4.18.3",
"main": "edx_proctoring/static/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/openedx/edx-proctoring"
},
"files": [
"/edx_proctoring/static"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"eslint": "^5.9.0",
"eslint-config-edx": "^4.0.4",
"eslint-config-edx-es5": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"gulp": "4.0.0",
"gulp-karma": "0.0.1",
"jasmine-core": "^2.8.0",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery-2": "latest",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^3.2.1"
},
"dependencies": {},
"license": "GNU Affero GPLv3"
}