-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 838 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "suboptimal-research-tool",
"version": "1.0.3",
"description": "Research topics automatically",
"keywords": [
"research",
"tool",
"search",
"google",
"autocomplete",
"auto",
"complete",
"suggestions",
"suggestion",
"suggest",
"terms",
"subject",
"topic",
"fun",
"funny",
"silly",
"joke",
"suboptimal",
"lame",
"bad",
"terrible",
"english",
"grammar",
"words"
],
"dependencies": {
"array-unique": "^0.2.1",
"coffee-script": "^1.9.3",
"google-autocomplete": "0.0.1",
"pluralize": "^1.1.2",
"pos": "^0.2.3",
"tensify": "0.0.2"
},
"scripts": {
"start": "coffee cli.coffee cats",
"prepublish": "coffee -co lib ."
},
"main": "lib/research.js",
"bin": {
"research": "cli.js"
}
}