forked from WxWatch/riot-api-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1019 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
{
"name": "riot-api-libraries",
"version": "1.0.0",
"description": "## Table of Contents 1. [Introduction](#introduction) 2. [How It Works](#how-it-works) 2. [I Want to Include My Library!](#i-want-to-include-my-library) 3. [My Library's Information is Wrong/Outdated](#my-librarys-information-is-wrongoutdated) 4. [Troubleshooting](#troubleshooting) 5. [Future Work](#future-improvementssuggestions)",
"main": "validate.js",
"scripts": {
"test": "node validate.js",
"docs": "node docs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WxWatch/riot-api-libraries.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WxWatch/riot-api-libraries/issues"
},
"homepage": "https://github.com/WxWatch/riot-api-libraries#readme",
"dependencies": {
"@octokit/rest": "^16.16.0",
"bluebird": "^3.5.3",
"dateformat": "^3.0.3",
"github": "^14.0.0",
"glob": "^7.1.3",
"jsonschema": "^1.1.1",
"npm": "^6.8.0"
}
}