-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "twitter-rt-service",
"version": "1.0.0",
"description": "Real Time Service for Twitter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esri-es/twitter-rt-service.git"
},
"keywords": [
"arcgis",
"esri"
],
"author": "Raul Jimenez Ortega <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/esri-es/twitter-rt-service/issues"
},
"homepage": "https://github.com/esri-es/twitter-rt-service#readme",
"devDependencies": {
"twitter": "^1.7.1"
},
"dependencies": {
"@turf/random": "^6.0.2",
"abort-controller": "^3.0.0",
"colors": "^1.3.3",
"csv-writer": "^1.3.0",
"event-stream": "^4.0.1",
"jsonpath": "^1.0.1",
"lowdb": "^1.0.0",
"node-fetch": "^2.4.0",
"polygon-lookup": "ntkog/polygon-lookup",
"regexgen": "^1.3.0",
"twitter-stream-api": "^0.5.2",
"websocket-stream": "^5.5.0",
"ws": "^6.2.1"
}
}