mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
34 lines
733 B
JSON
34 lines
733 B
JSON
{
|
|
"name": "landsat-api",
|
|
"version": "0.0.1",
|
|
"description": "An API for USGS Landsat8 imagery metadata.",
|
|
"author": "developmentseed",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/developmentseed/landsat-util"
|
|
},
|
|
"dependencies": {
|
|
"bunyan": "~0.22.3",
|
|
"elasticsearch": "~2.1.4",
|
|
"elastic.js": "~1.1.1",
|
|
"express": "~3.5.2",
|
|
"forever" : "~0.11.1",
|
|
"moment" : "~2.6.0",
|
|
"underscore": "~1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.4",
|
|
"grunt-contrib-nodeunit": "~0.3.3"
|
|
},
|
|
"scripts": {
|
|
"start": "node api.js",
|
|
"test": "grunt nodeunit:all"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
},
|
|
"license": "CC0",
|
|
"subdomain": "api"
|
|
}
|