-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
42
43
44
45
46
47
48
49
{
"name": "fatstraw",
"version": "1.4.0",
"description": "CLI for ingesting data into the ArcGIS Big Data Store",
"main": "index.js",
"bin": {
"fatstraw": "bin/fatstraw"
},
"dependencies": {
"csv-parse": "^1.1.7",
"elasticsearch": "^12.1.0",
"feature-parser": "^1.0.1",
"fgdb": "^1.0.0",
"highland": "^2.10.1",
"mz": "^2.6.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"uuid-random": "^1.0.5",
"wellknown": "^0.5.0",
"yargs": "^6.4.0"
},
"devDependencies": {
"nock": "^9.0.2",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmfenton/fatstraw.git"
},
"keywords": [
"ArcGIS",
"GeoEvent",
"Big",
"Data",
"Store",
"Elasticsearch"
],
"author": "dmfenton <dfenton@esri.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dmfenton/fatstraw/issues"
},
"homepage": "https://github.com/dmfenton/fatstraw#readme"
}