-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 887 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
{
"name": "socialclubparser",
"version": "1.4.0",
"description": "Parse user information from the SocialClub website.",
"main": "index.js",
"author": "Harmjan Kors",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"cheerio": "^0.22.0",
"fs": "0.0.1-security",
"http": "0.0.0",
"request": "^2.79.0",
"tough-cookie-filestore": "0.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gta5-map/Social-Club-example-parser.git"
},
"keywords": [
"gta",
"rockstar",
"grand",
"theft",
"auto",
"social",
"club"
],
"bugs": {
"url": "https://github.com/gta5-map/Social-Club-example-parser/issues"
},
"homepage": "https://github.com/gta5-map/Social-Club-example-parser#readme"
}