quizz
Version:
A Simple Quizz
63 lines (62 loc) • 1.48 kB
JSON
{
"author": "Quentin Focheux <quentin@privateaser.com>",
"description": "A Simple Quizz",
"name": "quizz",
"version": "0.10.0",
"contributors": [
"Quentin Focheux <quentin@privateaser.com>"
],
"main": "lib/GameManager.js",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"lint": "tslint --project tsconfig.json",
"test": "mocha -r ts-node/register test/*.ts test/**/*.ts"
},
"dependencies": {
"@types/cheerio": "^0.22.13",
"@types/he": "^1.1.0",
"@types/lodash": "^4.14.121",
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.3",
"diacritics": "^1.3.0",
"he": "^1.2.0",
"js-levenshtein": "^1.1.6",
"lodash": "^4.17.11",
"trie-prefix-tree": "^1.5.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^11.9.5",
"@types/sinon": "^7.0.5",
"@types/sinon-chai": "^3.2.2",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0",
"ts-node": "^8.0.2",
"tslint": "^5.13.0",
"typescript": "^3.3.3333"
},
"engines": {
"node": ">= 8"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/QuentinFchx/quizz.git"
},
"keywords": [
"quizz",
"hubot"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/QuentinFchx/quizz/issues"
},
"homepage": "https://github.com/QuentinFchx/quizz"
}