forked from tobilg/facebook-events-by-location
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 691 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 691 Bytes
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
{
"name": "facebook-events-by-location",
"description": "A Express.js-based microservice to get public Facebook events by location.",
"keywords": "Facebook,events,event,search,location,microservice,backend,app",
"version": "0.4.1",
"private": false,
"scripts": {
"start": "node ./app"
},
"dependencies": {
"bluebird": "^2.10.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"morgan": "~1.6.1",
"request-promise": "^0.4.3"
},
"bugs": {
"url" : "https://github.com/tobilg/facebook-events-by-location/issues"
},
"repository": {
"type" : "git",
"url" : "https://github.com/tobilg/facebook-events-by-location.git"
},
"license": "MIT"
}