forked from dmfenton/koop-provider-craigslist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 915 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
{
"name": "koop-provider-craigslist",
"version": "2.0.2",
"description": "A Craigslist provider for koop ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server.js",
"docker-build": "docker build -t koop-craigslist .",
"docker-start": "docker run -it -p 8080:8080 koop-craigslist"
},
"dependencies": {
"config": "^1.25.1",
"koop": "^3.4.0",
"request": "^2.72.0"
},
"author": "Daniel Fenton",
"license": "Apache-2.0",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com:dmfenton/koop-provider-craigslist.git"
},
"bugs": {
"url": "https://github.com/dmfenton/koop-provider-craigslist/issues"
},
"homepage": "https://github.com/dmfenton/koop-provider-craigslist",
"keywords": [
"koop",
"provider",
"real estate",
"craigslist",
"apartment listings"
]
}