forked from pydt/civ6-save-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 760 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
{
"name": "civ6-save-parser",
"version": "1.1.10",
"description": "Parses Civilization VI Save Files.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pydt/civ6-save-parser.git"
},
"author": "Mike Rosack <mrosack@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pydt/civ6-save-parser/issues"
},
"homepage": "https://github.com/pydt/civ6-save-parser#readme",
"dependencies": {
"buffer-v6-polyfill": "^1.0.3",
"diacritics": "^1.3.0",
"iconv-lite": "^0.4.15",
"lodash": "^4.16.6",
"minimist": "^1.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
},
"files": [
"index.js"
]
}