-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "trivia-api",
"version": "1.0.1",
"description": "A nodejs module for getting trivia questions in all your fancy projects, in a pretty simple way.",
"keywords": [
"trivia",
"trivia-api",
"node-trivia-api",
"trivia-api-wrapper",
"node-trivia-api-wrapper",
"api",
"wrapper",
"api-wrapper"
],
"homepage": "",
"main": "index.js",
"scripts": {
"eslint": "./node_modules/.bin/eslint .",
"test": "npm run eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/k3rn31p4nic/node-trivia-api"
},
"author": "Sankarsan Kampa (https://sankarsankampa.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/k3rn31p4nic/node-trivia-api/issues"
},
"dependencies": {
"got": "^8.1.0"
},
"devDependencies": {
"eslint": "^4.17.0"
}
}