-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
{
"name": "scrabble",
"version": "1.0.13",
"description": "Scrabble is a lightweight module that lets you cheat on a wide range of word games, most notably, the eponymous. Pass your letters into Scrabble as a string and it will return an array of all the possible combinations of those letters that comprise words in the English dictionary.",
"main": "scrabble.js",
"scripts": {
"test": "node scrabble.test.js",
"prepublish": "npm test"
},
"keywords": [
"Scrabble",
"Words with Friends",
"Take a Letter",
"Typo",
"Dabble",
"Word on the Street",
"Quiddler",
"Big Boggle",
"Crazy Letters",
"Tick-Tock Boom",
"Bananagram",
"Upwords",
"Last Letter",
"Wordical",
"Latice",
"WordSpiel Card Game",
"One Up!",
"Wordigo",
"Buy World",
"Paperback",
"Letter Tycoon",
"Wibbell++",
"Wordsy",
"Unspeakable Words",
"Wordiamo",
"WordOn",
"SmartFeud",
"Tanglet",
"Lexica",
"Crosswords Arena",
"ReWordz",
"Word Domination",
"Wordfeud",
"CrossCraze",
"Rex Verbi",
"Alphabear",
"Letters of Gold",
"Word Colors",
"WordIt 2",
"Webfeud",
"Anadrome",
"Falling Word Search",
"Words of Gold",
"Game of Words: Cross and Connect",
"Letterpad",
"Word Social",
"Wordigami",
"Wordbase",
"Wordle"
],
"author": "David H.",
"license": "MIT"
}