-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 884 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
{
"name": "pbftoelastic",
"homepage": "https://github.com/erikschlegel/pbftoelastic",
"repository": {
"type": "git",
"url": "https://github.com/erikschlegel/pbftoelastic.git"
},
"author": "Erik Schlegel <[email protected]>",
"version": "1.0.4",
"license": "MIT",
"main": "app.js",
"engines": {
"node": "4.4.x"
},
"dependencies": {
"elasticsearch": "^11.0.1",
"geojson-utils": "^1.1.0",
"glob": "^7.0.5",
"pg": "^4.5.3",
"tilebelt": "^1.0.1",
"turf": "^3.0.14",
"wgs84-intersect-util": "^1.0.4"
},
"scripts": {
"import": "babel-node index.js --presets es2015",
"tests": "babel-node ./tests/index.js --presets es2015"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"pbf2json": "^3.0.0",
"through2": "^2.0.1"
}
}