forked from pelias/wof-admin-lookup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1019 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
36
37
38
39
40
41
42
43
44
{
"name": "pelias-wof-admin-lookup",
"version": "2.1.0",
"description": "A fast, local, streaming Who's On First administrative hierarchy lookup.",
"main": "index.js",
"scripts": {
"test": "node test/test | tap-dot",
"lint": "jshint .",
"validate": "npm ls",
"travis": "npm run test"
},
"repository": {
"type": "git",
"url": "github.com:pelias/wof-admin-lookup.git"
},
"keywords": [
"who's on first"
],
"dependencies": {
"lodash": "^4.6.0",
"pelias-config": "^2.0.0",
"pelias-logger": "0.0.8",
"pelias-parallel-stream": "0.0.2",
"pelias-wof-pip-service": "^1.2.0",
"request": "^2.67.0",
"through2": "^2.0.0"
},
"devDependencies": {
"event-stream": "^3.3.2",
"intercept-stdout": "^0.1.2",
"jshint": "^2.8.0",
"precommit-hook": "^3.0.0",
"pelias-model": "4.0.0",
"tap-dot": "^1.0.1",
"tape": "^4.2.2"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"author": "mapzen",
"license": "MIT"
}