mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
670 B
34 lines
670 B
10 years ago
|
{
|
||
|
"name": "pelias-api",
|
||
|
"author": "mapzen",
|
||
|
"version": "0.0.0",
|
||
|
"description": "Pelias API",
|
||
|
"homepage": "https://github.com/pelias/api",
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node index.js",
|
||
|
"test": "echo \"Error: no test specified\" && exit 0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/pelias/api.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"pelias",
|
||
|
"elasticsearch",
|
||
|
"webview"
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/pelias/api/issues"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.26",
|
||
|
"npm": ">=1.4.3",
|
||
|
"elasticsearch": ">=1.2.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "^4.8.8"
|
||
|
}
|
||
|
}
|