-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 843 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
{
"name": "pubg-api-wrapper",
"version": "0.2.2",
"description": "JS Wrapper for PUBGAPI",
"main": "build/index.js",
"author": "Sam <[email protected]>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/relevantsam/PUBGAPI"
},
"dependencies": {
"kitsu": "^5.0.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"npm": "^5.8.0"
},
"scripts": {
"build": "babel src -d build"
},
"keywords": [
"pubg",
"api wrapper",
"wrapper",
"player unknowns battlegrounds",
"pubg service",
"pubg api",
"player unknowns battlegrounds api"
],
"bugs": {
"url": "https://github.com/relevantsam/PUBGAPI/issues",
"email": "[email protected]"
}
}