forked from chanced/rets-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.42 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
{
"name": "rets-client",
"version": "4.6.7",
"description": "A RETS client (Real Estate Transaction Standard).",
"main": "index.js",
"dependencies": {
"base64-stream": "^0.1.3",
"bluebird": "^2.9.25",
"bufferstream": "^0.6.2",
"crypto": "0.0.3",
"debug": "^2.2.0",
"formidable": "git://github.com/knledg/node-formidable#06fdcdfe0c472fe76afd12ac17fd1e0e7423074d",
"node-expat": "^2.3.10",
"request": "^2.55.0",
"request-debug": "^0.2.0",
"stream-buffers": "~0.2.5",
"through2": "^2.0.0",
"tough-cookie": "^0.13.0",
"coffee-script": "^1.8.0"
},
"devDependencies": {
},
"files": [
"dist",
"lib",
"index.js"
],
"scripts": {
"install": "coffee --compile --output dist/ lib/",
"prepublish": "coffee --compile --output dist/ lib/",
"dev": "coffee --watch --output dist lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/sbruno81/rets-client.git"
},
"keywords": [
"rets",
"Real Estate Transaction Standard",
"client",
"real",
"estate",
"transaction",
"standard",
"promise",
"mls",
"stream",
"streams",
"streaming"
],
"author": "Steve Bruno <[email protected]>",
"contributors": [
"Steve Bruno <[email protected]>",
"Joe Ibershoff <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sbruno81/rets-client/issues"
}
}