forked from piotrraczynski/node-binstruct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 681 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 681 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
31
32
33
{
"name": "binstruct3",
"version": "0.6.5",
"description": "Read/write binary data structures to/from buffers.",
"repository": {
"type": "git",
"url": "https://github.com/sirudog/node-binstruct.git"
},
"main": "binstruct",
"files": [
"binstruct.js",
"AUTHORS",
"package.json",
"Readme.md"
],
"engines": {
"node": ">=6.10.2"
},
"optionalDependencies": {
"bignumber.js": "4.1.0"
},
"keywords": [
"binary",
"bin",
"buffers",
"struct",
"unpack",
"pack",
"serialization",
"int64",
"uint64"
]
}