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.
|
|
|
{
|
|
|
|
"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": "npm run unit && npm run ciao",
|
|
|
|
"unit": "node test/unit/run.js | tap-spec",
|
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",
|
|
|
|
"docs": "cd test/ciao; node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"geopipes-elasticsearch-backend": "0.0.7",
|
|
|
|
"pelias-esclient": "0.0.25"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ciao": "^0.3.4",
|
|
|
|
"tape": "^2.13.4",
|
|
|
|
"tap-spec": "^0.2.0"
|
|
|
|
}
|
|
|
|
}
|