|
|
@ -8,7 +8,6 @@ |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
"bin": "./bin/start", |
|
|
|
"bin": "./bin/start", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"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", |
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
"docs": "./bin/generate-docs", |
|
|
|
"docs": "./bin/generate-docs", |
|
|
@ -71,15 +70,13 @@ |
|
|
|
"difflet": "^1.0.1", |
|
|
|
"difflet": "^1.0.1", |
|
|
|
"istanbul": "^0.4.2", |
|
|
|
"istanbul": "^0.4.2", |
|
|
|
"jshint": "^2.5.6", |
|
|
|
"jshint": "^2.5.6", |
|
|
|
"nsp": "^3.0.0", |
|
|
|
|
|
|
|
"pelias-mock-logger": "^1.3.0", |
|
|
|
"pelias-mock-logger": "^1.3.0", |
|
|
|
"precommit-hook": "^3.0.0", |
|
|
|
"precommit-hook": "^3.0.0", |
|
|
|
"proxyquire": "^2.0.0", |
|
|
|
"proxyquire": "^2.0.0", |
|
|
|
"source-map": "^0.7.0", |
|
|
|
"source-map": "^0.7.0", |
|
|
|
"tap-dot": "^2.0.0", |
|
|
|
"tap-dot": "^2.0.0", |
|
|
|
"tape": "^4.5.1", |
|
|
|
"tape": "^4.5.1", |
|
|
|
"tmp": "^0.0.33", |
|
|
|
"tmp": "^0.0.33" |
|
|
|
"uglify-js": "^3.0.4" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"pre-commit": [ |
|
|
|
"pre-commit": [ |
|
|
|
"lint", |
|
|
|
"lint", |
|
|
|