-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "pubg-api-redis",
"version": "3.7.0",
"description": "Playerunknown's Battlegrounds API Wrapper",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javilobo8/pubg-api-redis.git"
},
"keywords": [
"api",
"redis",
"pubg",
"nodejs",
"javascript"
],
"author": "javilobo8",
"license": "MIT",
"bugs": {
"url": "https://github.com/javilobo8/pubg-api-redis/issues"
},
"homepage": "https://github.com/javilobo8/pubg-api-redis#readme",
"dependencies": {
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"query-string": "^4.3.4",
"redis": "^2.7.1",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.3.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2"
}
}