-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "random-data-provider",
"version": "0.1.2",
"description": "Generates random data includin name, address, mothers maiden name, geo coordinates, phone, age, birthday, zodiac signs, email, username, password, credit card, employment, height, weight ,tracking number ups western union moneygram, color, vehicle, GUID",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anandanand84/random-data-provider.git"
},
"keywords": [
"Generates",
"random",
"data",
"includin",
"name",
"address",
"mothers",
"maiden",
"name",
"geo",
"coordinates",
"phone",
"age",
"birthday",
"zodiac",
"signs",
"email",
"username",
"password",
"credit",
"card",
"employment",
"height",
"weight",
"tracking",
"number",
"ups",
"western",
"union",
"moneygram",
"color",
"vehicle",
"GUID"
],
"author": "Anand Aravindan <anand.anand84@gmail.com> (http://traderslab.in)",
"license": "MIT",
"bugs": {
"url": "https://github.com/anandanand84/random-data-provider/issues"
},
"homepage": "https://github.com/anandanand84/random-data-provider#readme",
"dependencies": {
"cheerio": "^0.19.0",
"deasync": "^0.1.3"
},
"devDependencies": {}
}