forked from openzim/mwoffliner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.45 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "mwoffliner",
"version": "1.3.7",
"description": "Mediawiki/Parsoid HTML snapshot utility and ZIM file builder",
"main": "mwoffliner.js",
"license": "GPL-3.0",
"author": {
"name": "Emmanuel Engelhart",
"email": "[email protected]",
"url": "http://www.kiwix.org/"
},
"scripts": {
"mwoffliner": "node mwoffliner",
"mwmatrixoffliner": "node mwmatrixoffliner",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npm run eslint",
"eslint": "eslint bin lib"
},
"bin": {
"mwoffliner": "./bin/mwoffliner.script.js",
"mwmatrixoffliner": "./bin/mwmatrixoffliner.script.js"
},
"repository": {
"type": "git",
"url": "https://github.com/openzim/mwoffliner.git"
},
"bugs": {
"url": "https://github.com/openzim/mwoffliner/issues"
},
"engines": {
"node": ">=7.4.0"
},
"engine-strict": {
"node": ">=6.4.0"
},
"dependencies": {
"async": "^1.5.2",
"case-insensitive": "^1.0.0",
"country-language": "^0.1.7",
"domino": "^2.0.0",
"expand-home-dir": "^0.0.3",
"follow-redirects": "^0.2.0",
"html-minifier": "^2.1.6",
"jsoncompress": "^0.1.3",
"mkdirp": "^0.5.1",
"node-fetch": "^1.6.3",
"parsoid": "^0.8.0",
"redis": "^2.6.2",
"swig-templates": "^2.0.2",
"utf8-binary-cutter": "^0.9.1",
"yargs": "^4.7.1"
},
"keywords": [
"mediawiki",
"parsoid",
"zim"
],
"devDependencies": {
"eslint": "^4.12.1"
}
}