forked from tobilg/facebook-events-by-location
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 977 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
{
"name": "facebook-events-by-location",
"description": "A Express.js-based microservice to get public Facebook events by location, distance and search terms.",
"keywords": [
"Facebook",
"events",
"event",
"search",
"location",
"microservice",
"backend",
"app"
],
"version": "0.7.0",
"private": false,
"scripts": {
"start": "node ./index",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"dependencies": {
"cors": "^2.8.3",
"express": "~4.15.2",
"facebook-events-by-location-core": "^0.3.0",
"morgan": "~1.8.1"
},
"bugs": {
"url": "https://github.com/tobilg/facebook-events-by-location/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tobilg/facebook-events-by-location.git"
},
"homepage": "https://github.com/tobilg/facebook-events-by-location",
"license": "MIT",
"devDependencies": {
"publish-please": "^2.2.0"
}
}