-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
70 lines (70 loc) · 1.84 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
62
63
64
65
66
67
68
69
70
{
"name": "blizzardry",
"version": "0.5.1",
"description": "JavaScript library for mastering the wizardry that is Blizzard's game files",
"author": "Wowser Contributors",
"repository": "wowserhq/blizzardry",
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib",
"AUTHORS",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"gulp": "gulp",
"lint": "eslint src *.js",
"pretest": "gulp rebuild",
"test": "istanbul test ./node_modules/mocha/bin/_mocha -- spec --recursive"
},
"keywords": [
"adt",
"blizzardry",
"blizzard",
"blp",
"dbc",
"m2",
"mpq",
"wdt"
],
"dependencies": {
"ffi-napi": "^4.0.0",
"globby": "^10.0.2",
"ref-array-di": "^1.2.0",
"ref-napi": "^3.0.0",
"ref-struct-di": "^1.1.0",
"restructure": "^0.5.0",
"temp": "^0.8.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"@wowserhq/eslint-config": "^0.3.1",
"babel-core": "^6.9.1",
"babel-eslint": "^8.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-plugin-transform-es2015-parameters": "^6.9.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"chai": "3.5.0",
"del": "^1.2.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.0.0",
"gulp-cached": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-spawn-mocha": "^2.2.1",
"inflected": "^1.1.6",
"istanbul": "^0.4.0",
"memo-is": "0.0.2",
"mocha": "^2.5.0",
"sinon": "^1.17.0",
"sinon-chai": "2.8.0"
}
}