b5-calculate-score
Version:
micro webservice that evaluates bigfive questions
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "b5-calculate-score",
"description": "micro webservice that evaluates bigfive questions",
"version": "1.0.4",
"license": "MIT",
"author": {
"name": "Geir Gåsodden",
"email": "geir.gasodden@pythonia.no",
"url": "https://github.com/zrrrzzt"
},
"contributors": [
{
"name": "Jonas Enge",
"email": "jonas.enge@gmail.com",
"url": "https://github.com/maccyber"
}
],
"main": "index.js",
"engines": {
"node": ">=8.11.1"
},
"scripts": {
"test": "standard && nsp check && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"keywords": [
"bigfive",
"personality",
"calculate score"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zrrrzzt/b5-calculate-score.git"
},
"bugs": {
"url": "https://github.com/zrrrzzt/b5-calculate-score/issues"
},
"homepage": "https://github.com/zrrrzzt/b5-calculate-score#readme",
"devDependencies": {
"ava": "0.25.0",
"coveralls": "3.0.1",
"nsp": "3.2.1",
"nyc": "11.7.1",
"standard": "11.0.1"
}
}