forked from alexchandel/dfhack-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 697 Bytes
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
{
"name": "dfhack-remote",
"version": "1.0.0",
"description": "DFHack protobuf.js bindings",
"main": "main.js",
"scripts": {
"test": "echo Error: no test specified && exit 1",
"proto": "pbjs proto/*.proto --es6 -t json -o build/proto.json",
"build": "browserify main.js -o build/bundle.js"
},
"keywords": [
"dwarf",
"fortress",
"dfhack",
"remote",
"RemoteFortressReader"
],
"author": "Alex",
"license": "ISC",
"dependencies": {
"browserify": "^16.5.1",
"protobufjs": "^6.9.0",
"websockify": "^0.7.1",
"ws": "~0.4.27"
},
"repository": {
"type": "git",
"url": "https://github.com/alexchandel/dfhack-remote.git"
}
}