-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 951 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
38
39
40
41
42
43
{
"name": "kartoj",
"version": "1.0.0",
"description": "Immersive Image-Based Language Learning",
"main": "index.js",
"scripts": {
"test": "ava"
},
"ava": {
"require": [
"./test/_setup-browser-env.js"
]
},
"author": "Eamonn O'Brien-Strain",
"license": "EPL-1.0",
"dependencies": {
"await-semaphore": "^0.1.3",
"csv-parser": "^2.3.1",
"gm": "^1.23.1",
"googleapis": "^126.0.1",
"htmlparser2": "^9.0.0",
"local-web-server": "^5.3.0",
"node-sass": "^9.0.0",
"node-tesseract-ocr": "^1.0.0",
"passprint": "^0.0.1",
"request": "^2.88.0",
"temp": "^0.9.1",
"terser": "^4.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/eobrain/mergi.git"
},
"type": "module",
"devDependencies": {
"ava": "^5.3.1",
"bajel": "1.0.0",
"browser-env": "^3.3.0",
"eslint": "^6.8.0",
"mustache": "^3.1.0",
"standard": "^14.3.1"
}
}