-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 842 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
{
"name": "binary-file-parser",
"license": "MIT",
"description": "A binary file parser with internal buffer and caching system that lets you read virtually infinitely sized files.",
"version": "0.7.0",
"homepage": "https://github.com/Pupix/binary-file-parser",
"author": {
"name": "Robert Manolea",
"email": "manolea.robert@gmail.com"
},
"contributors": [
{
"name": "Robert Manolea",
"email": "manolea.robert@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Pupix/binary-file-parser.git"
},
"bugs": {
"url": "https://github.com/Pupix/binary-file-parser/issues"
},
"dependencies": {
"expandjs": "^0.9.0",
"lodash": "^3.0.0",
"smart-queue": "^0.9.0",
"xp-fs": "^0.9.0"
},
"keywords": [
"binary",
"file",
"parser"
]
}