-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 950 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
{
"name": "fake-address-generator",
"version": "2.0.0",
"description": "Random Fake Address Generator Including Fake Personal Information, Personality Style, Online Profile, and more. Unofficial API wrapper for worldnamegenerator.com",
"main": "index.js",
"scripts": {
"test": "node tests/generate/test.js"
},
"keywords": [
"fake address generator",
"random address",
"random address generator",
"generate address",
"generate random address",
"fake address",
"address generator",
"worldnamegenerator.com",
"fakeaddressgenerator.com"
],
"author": "muratulashozturk",
"contributors": [
"Viacheslav Nikitin (https://github.com/dzxt)"
],
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/muratulashozturk/fake-address-generator.git"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.6",
"url": "^0.11.0"
}
}