verdandi
Version:
Verðandi; API backend for Sjekk UT mobile application
77 lines • 2.31 kB
JSON
{
"name": "verdandi",
"version": "2.15.2",
"description": "Verðandi; API backend for Sjekk UT mobile application",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"codacy-coverage": "codacy-coverage",
"cover": "istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- -t 10000 -r test/support/env -R spec test/*.js test/**/*.js",
"grunt:watch": "grunt watch",
"lint": "eslint *.js lib/ models/ test/",
"lint:watch": "esw --color --watch *.js lib/ models/ test/",
"nsp": "nsp check",
"semantic-release": "semantic-release",
"start": "supervisor -w index.js,lib -e js index.js",
"test": "mocha -b -c -t 10000 --check-leaks -R tap -r test/support/env test/*.js test/**/*.js",
"test:watch": "mocha -w -b -c -t 10000 --check-leaks -R progress -r test/support/env test/*.js test/**/*.js",
"greenkeeper-postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turistforeningen/Verdandi.git"
},
"keywords": [
"UT",
"UT.no",
"DNT",
"SjekkUT",
"Sjekk UT",
"backend",
"api",
"iOS",
"Andoid"
],
"author": "Hans Kristian Flaatten <hans@starefossen.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turistforeningen/Verdandi/issues"
},
"homepage": "https://github.com/Turistforeningen/Verdandi#readme",
"dependencies": {
"@starefossen/express-cors": "^1.0.0",
"@starefossen/express-health": "^1.0.0",
"@starefossen/http-error": "^1.0.0",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"express": "^4.13.4",
"geoutil": "^1.2.0",
"mongoose": "^4.4.13",
"newrelic": "^1.28.0",
"node-fetch": "^1.6.0",
"raven": "^0.12.0",
"response-time": "^2.3.1"
},
"devDependencies": {
"codacy-coverage": "^2.0.0",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^7.0.0",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-mocha": "^4.5.1",
"eslint-watch": "^2.1.14",
"greenkeeper-postpublish": "^1.0.0",
"istanbul": "^0.4.3",
"mocha": "^3.0.0",
"mockery": "^1.7.0",
"nsp": "^2.4.0",
"semantic-release": "^4.3.5",
"supertest": "^2.0.0",
"supervisor": "^0.11.0"
},
"engines": {
"node": ">=6.0.0"
}
}