simpletriviajs
Version:
Trival Game Web using Open Trivia DB API
60 lines (59 loc) • 1.1 kB
JSON
{
"name": "simpletriviajs",
"main": "index.js",
"preferGlobal": false,
"version": "1.0.0",
"description": "Trival Game Web using Open Trivia DB API",
"author": {
"email": "TiagoDanin@outlook.com",
"name": "Tiago Danin",
"url": "https://TiagoDanin.github.io"
},
"license": "MIT",
"keywords": [
"api",
"example",
"game",
"game-web",
"ifpa",
"questions",
"trival"
],
"scripts": {
"start": "node index.js",
"test": "xo"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/SimpleTrivia.js.git"
},
"homepage": "https://TiagoDanin.github.io/SimpleTrivia.js",
"bugs": {
"url": "https://github.com/TiagoDanin/SimpleTrivia.js/issues"
},
"github": {
"name": "SimpleTrivia.js",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"package.json"
],
"devDependencies": {
"xo": "^0.25.3"
},
"xo": {
"semicolon": false
},
"features": [
"Version with jQuery",
"Fun Game :)"
],
"usage": {
"language": "url",
"content": "https://tiagodanin.github.io/SimpleTrivia.js/"
}
}