-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "kaitai_struct_webide",
"description": "Web IDE for Kaitai Struct",
"directories": {
"doc": "docs"
},
"dependencies": {
"ace-builds": "^1.4.12",
"big-integer": "^1.6.25",
"bootstrap": "^3.4.1",
"bootswatch": "^3.3.7",
"bowser": "^1.7.3",
"dateformat": "^2.0.0",
"font-awesome": "^4.7.0",
"golden-layout": "^1.5.9",
"jquery": "^3.5.0",
"js-yaml": "^4.1.0",
"jstree": "^3.3.16",
"kaitai-struct": "next",
"kaitai-struct-compiler": "next",
"localforage": "^1.5.0",
"pako": "^1.0.6",
"require-from-string": "^1.2.1",
"requirejs": "^2.3.5",
"smooth-scrollbar": "^7.4.1",
"text-encoding": "^0.6.4",
"thenby": "^1.2.3",
"vue": "^2.4.4",
"yamljs": "^0.3.0"
},
"devDependencies": {
"express": "^4.17.1",
"tslint": "^5.7.0",
"typescript": "^2.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node vendor_build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaitai-io/kaitai_struct_webide.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kaitai-io/kaitai_struct_webide/issues"
},
"homepage": "https://github.com/kaitai-io/kaitai_struct_webide#readme"
}