-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 769 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 769 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
26
27
28
29
30
31
32
33
34
35
{
"name": "fl-lookups",
"version": "0.1.0",
"description": "Geosearch lookup service",
"main": "app.js",
"dependencies": {
"elasticsearch": "^14.1.0",
"express": "^4.16.2",
"lodash": "^4.17.5"
},
"devDependencies": {
"eslint": "^4.18.2",
"jest": "^22.4.2"
},
"scripts": {
"pretest": "./node_modules/.bin/eslint . --ext .js",
"test": "jest",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZIJ/fl-lookups.git"
},
"keywords": [
"fatlama",
"elasticsearch",
"geospatial"
],
"author": "Igor Zalutski",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZIJ/fl-lookups/issues"
},
"homepage": "https://github.com/ZIJ/fl-lookups#readme"
}