-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
49 lines (49 loc) · 987 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "reso-api-server",
"description": "RESO API Server",
"version": "0.1.44",
"homepage": "http://blogs.crt.realtors.org",
"author": {
"name": "Center for REALTOR Technology",
"url": "http://crt.blogs.realtor.org"
},
"repository": {
"type": "git",
"url": "https://github.com/mlesswing/reso-api-server.git"
},
"keywords": [
"MongoDB",
"odata",
"reso api",
"libRETS",
"reso"
],
"dependencies": {
"basic-auth": "1.0.0",
"compression": "1.0.10",
"connect": "3.1.0",
"datajs": "1.0.3",
"jaydata-reso": ">=2.0.0",
"just.randomstring": "0.1.1",
"mongodb": "1.4.8",
"q": "0.8.5",
"qs": "2.2.4",
"querystring": "0.2.0",
"xmldom": "0.1.11"
},
"contributors": [
{
"name": "Mark Lessswing"
}
],
"engines": {
"node": ">=0.10.28"
},
"licenses": [
{
"type": "MIT",
"url": "http://blogs.crt.realtor.org"
}
],
"readmeFilename": "README.md"
}