-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
{
"name": "sat-api-lib",
"version": "1.0.0b5",
"description": "A library for creating a search API of public Satellites metadata using Elasticsearch",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sat-utils/sat-api-lib.git"
},
"author": "Alireza J (scisco), Matthew Hanson (matthewhanson)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sat-utils/sat-api-lib/issues"
},
"homepage": "https://github.com/sat-utils/sat-api-lib#readme",
"dependencies": {
"elasticsearch": "^14.2.2",
"geojson-validation": "^0.1.6",
"http-aws-es": "^4.0.0",
"lodash": "^4.12.0",
"moment": "^2.15.1",
"turf-area": "^3.0.1",
"turf-intersect": "^3.0.10",
"turf-kinks": "^3.0.12",
"winston": "^2.2.0"
},
"devDependencies": {
"ava": "^0.16.0",
"nock": "^8.0.0"
},
"ava": {
"verbose": true,
"serial": true
}
}