forked from Vicfou-dev/dofus-protocol-builder
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "d2builder",
"version": "2.0.1",
"description": "Build & Compile dofus network protocol in javascript with files extractions.",
"main": "index.js",
"scripts": {
"extract": "node index.js -c extract",
"build": "node index.js -c build",
"compile": "node index.js -c compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vicfou-dev/d2builder.git"
},
"keywords": [
"dofus",
"packets",
"protocol",
"builder",
"dofus",
"dofus2",
"lib",
"d2",
"dofus2protocol"
],
"author": "Snapiz (v1) & Vicfou (v2)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vicfou-dev/d2builder/issues"
},
"homepage": "https://github.com/Vicfou-dev/d2builder#readme",
"dependencies": {
"commander": "^2.8.1",
"diff": "^1.4.0",
"fs-extra": "^9.0.1",
"glob": "^5.0.10",
"js-beautify": "^1.5.6",
"syntax-error": "^1.1.4",
"underscore": "^1.8.3"
}
}