-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "ec",
"version": "2.11.1",
"description": "Test Suite for EC",
"main": "test.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"antlr4": "^4.7.2",
"esprima": "^4.0.1",
"form-data": "^2.5.1",
"import-scripts": "^1.0.0",
"node-forge": "^0.9.1",
"pem-jwk": "^2.0.0",
"subtle-crypto": "^0.0.0",
"text-encoding": "^0.7.0",
"tiny-worker": "^2.3.0",
"xmlhttprequest": "^1.8.0",
"yuidoc-ember-cli-theme": "^1.0.4"
},
"devDependencies": {
"eslint": "^7.12.0",
"eslint-plugin-security": "^1.4.0",
"jshint": "^2.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix */target/classes/*.js",
"hint": "jshint */target/classes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eduworks/ec.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eduworks/ec/issues"
},
"homepage": "https://github.com/Eduworks/ec#readme",
"jshintConfig": {}
}