|
|
@ -6,6 +6,7 @@ |
|
|
|
"homepage": "https://github.com/pelias/api", |
|
|
|
"homepage": "https://github.com/pelias/api", |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
|
|
|
|
"bin": {"pelias": "./bin/start"}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;", |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|