forked from zacronos/rets-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.6 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@liveby/rets-client",
"version": "5.3.0",
"description": "A RETS client (Real Estate Transaction Standard).",
"main": "index.js",
"typings": "dts/index.ts",
"dependencies": {
"base64-stream": "^0.1.3",
"bluebird": "^2.9.25",
"bufferstream": "^0.6.2",
"debug": "^2.2.0",
"formidable": "~1.1.1",
"node-expat": "^2.3.10",
"request": "^2.55.0",
"request-debug": "^0.2.0",
"stream-buffers": "~0.2.5",
"through2": "^2.0.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.31",
"chai": "^4.1.2",
"coffeescript": "^1.8.0",
"mocha": "^3.5.3",
"source-map-support": "^0.4.18",
"ts-node": "^3.3.0",
"typescript": "^2.5.3"
},
"files": [
"dist",
"dts",
"index.js"
],
"scripts": {
"pretest": "coffee --compile --output dist/ lib/",
"test": "node_modules/mocha/bin/_mocha --compilers ts-node/register test/*.ts",
"prepare": "npm run test",
"dev": "coffee --watch --output dist lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/zacronos/rets-client.git"
},
"keywords": [
"rets",
"Real Estate Transaction Standard",
"client",
"real",
"estate",
"transaction",
"standard",
"promise",
"mls",
"stream",
"streams",
"streaming"
],
"author": "Joe Ibershoff <joe@ibershoff.com>",
"contributors": [
"Joe Ibershoff <joe@ibershoff.com>",
"Steve Bruno <stevenrbruno@icloud.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zacronos/rets-client/issues"
}
}