-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 839 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
37
38
39
40
41
{
"name": "speedrunapi",
"version": "1.0.1",
"description": "An library to use with the SpeedRun.com API.",
"main": "lib/index",
"scripts": {
"test": "ava"
},
"author": "Megadrive <[email protected]> (http://megadriven.net/)",
"license": "ISC",
"dependencies": {
"dotenv": "^4.0.0",
"got": "^7.1.0"
},
"devDependencies": {
"ava": "^0.20.0"
},
"ava": {
"files": [
"test/"
]
},
"api_ver": "v1",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megadrive/node-speedrunapi.git"
},
"keywords": [
"speedruncom",
"speedrun",
"api",
"promise"
],
"bugs": {
"url": "https://github.com/megadrive/node-speedrunapi/issues"
},
"homepage": "https://github.com/megadrive/node-speedrunapi#readme"
}