-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.58 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
{
"name": "godtributes",
"version": "1.0.3",
"description": "Bot that makes demands for gods appropriately.",
"main": "maketribute.js",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:jimkang/godtributes.git"
},
"scripts": {
"test": "make test"
},
"keywords": [
"bot",
"god",
"twitter",
"words"
],
"author": "Jim Kang",
"license": "ISC",
"dependencies": {
"@jimkang/post-it": "^1.1.1",
"async": "^0.9.0",
"basicset-chronicler": "^2.0.0",
"better-know-a-tweet": "^1.0.1",
"bunyan": "^1.5.1",
"call-next-tick": "^1.1.2",
"can-i-chime-in": "^2.0.42",
"canonicalizer": "^1.0.0",
"d3-queue": "^3.0.7",
"emojisource": "^1.0.0",
"export-methods": "^1.1.0",
"get-images-from-tweet": "^1.0.0",
"get-w2v-google-news-neighbors": "^1.1.0",
"is-emoji": "^0.1.1",
"iscool": "^1.1.64",
"jsonfile": "^2.0.0",
"languagedetect": "^1.1.1",
"lodash": "^4.17.15",
"mstranslator": "^2.1.2",
"node-base64-image": "^0.1.1",
"node-emoji": "^0.1.0",
"nounfinder": "^3.0.0",
"object-path-exists": "^1.0.0",
"oknok": "^3.0.0",
"probable": "^1.4.0",
"queue-async": "~1.0.7",
"request": "^2.88.0",
"seedrandom": "^2.3.11",
"sinon": "^1.12.2",
"standard-bail": "^2.0.0",
"standard-error": "^1.1.0",
"static-web-archive": "^4.0.0",
"wordnok": "^3.4.2"
},
"devDependencies": {
"assert-no-error": "^1.0.0",
"idmaker": "^0.1.1",
"longjohn": "^0.2.11",
"mocha": "^6.0.2",
"tape": "^4.4.0",
"through2": "~0.5.1"
}
}