forked from MichaelQQ/dbfstream
-
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) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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": "dbfstream",
"version": "2.0.0",
"description": "a dbf parser - stream version (based on https://github.com/tamtakoe/node-dbf)",
"main": "index.js",
"scripts": {
"test": "echo \"=> Testing\" && babel-tape-runner test/index.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelQQ/dbfstream.git"
},
"keywords": [
"dbf",
"stream"
],
"author": "MichaelQQ, Trung Hoang",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichaelQQ/dbfstream/issues"
},
"homepage": "https://github.com/MichaelQQ/dbfstream#readme",
"dependencies": {
"iconv-lite": "^0.6.0",
"is-stream": "^2.0.0"
},
"devDependencies": {
"babel-tape-runner": "^3.0.0",
"deep-freeze": "0.0.1",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
}
}