-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 863 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
{
"name": "kaitai-struct-loader",
"version": "0.9.0",
"keywords": [
"kaitai",
"binary",
"parsing",
"struct",
"webpack",
"loader"
],
"homepage": "https://github.com/kaitai-io/kaitai-struct-loader#readme",
"bugs": {
"url": "https://github.com/kaitai-io/kaitai-struct-loader/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com:kaitai-io/kaitai-struct-loader.git"
},
"scripts": {
"test": "mocha"
},
"license": "MIT",
"author": "Kaitai team (https://github.com/orgs/kaitai-io/people)",
"main": "index.js",
"dependencies": {
"js-yaml": "^3.13.1",
"kaitai-struct": "^0.9.0",
"kaitai-struct-compiler": "^0.9.0",
"loader-utils": "^1.4.0"
},
"devDependencies": {
"eval": "^0.1.8",
"memfs": "^3.4.6",
"mocha": "^5.2.0",
"webpack": "^3.12.0"
}
}