forked from Snake4life/fantasy-names
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·90 lines (90 loc) · 1.42 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "fantasy-names",
"version": "1.0.0",
"description": "A fantasy name generator",
"main": "generator.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattconsto/fantasy-names.git"
},
"keywords": [
"fantasy",
"names",
"generator",
"armour",
"descriptsion",
"destiny",
"diablo",
"doctor",
"who",
"drgon",
"age",
"dragon",
"ball",
"dungeons",
"and",
"dragond",
"elder",
"scrolls",
"eve",
"online",
"final",
"fantasy",
"game",
"of",
"thrones",
"guild",
"wars",
"halo",
"harry",
"potter",
"inheritance",
"cycle",
"legend",
"of",
"zelda",
"lord",
"of",
"the",
"rings",
"mass",
"effect",
"military",
"pathfinder",
"pets",
"places",
"pop",
"culture",
"real",
"rift",
"star",
"trek",
"star",
"wars",
"the",
"witcher",
"towns",
"and",
"cities",
"warhammer",
"weapons",
"wildstar",
"world",
"of",
"warcraft",
"wow"
],
"author": "Matt Consto and FantasyNameGenerators",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattconsto/fantasy-names/issues"
},
"homepage": "https://github.com/mattconsto/fantasy-names#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}