-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"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.33.1"
},
"xo": {
"semicolon": false
},
"features": [
"Version with jQuery",
"Fun Game :)"
],
"usage": {
"language": "url",
"content": "https://tiagodanin.github.io/SimpleTrivia.js/"
}
}