{ "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", "audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", "docs": "rm -r 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", "geojson": "^0.2.0", "geopipes-elasticsearch-backend": "0.0.8", "pelias-esclient": "0.0.25", "toobusy": "^0.2.4", "async": "^0.9.0" }, "devDependencies": { "ciao": "^0.3.4", "tape": "^2.13.4", "tap-spec": "^0.2.0", "nsp": "^0.3.0" } }