-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 846 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
{
"name": "qotm",
"version": "1.0.8",
"description": "Quote of the Moment (Tech and Programming Quotes)",
"main": "index.js",
"preferGlobal": true,
"bin": {
"qotm": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WessCoby/qotm.git"
},
"keywords": [
"qotm",
"quotes",
"quote of the day",
"quote of the moment",
"tech",
"programming"
],
"author": "WessCoby <wc@wesscoby.me> (http://wesscoby.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/WessCoby/qotm/issues"
},
"homepage": "https://github.com/WessCoby/qotm#readme",
"dependencies": {
"commander": "^2.20.0",
"cowsay": "^1.5.0",
"inquirer": "^6.5.0",
"lolcatjs": "^2.4.1",
"lowdb": "^1.0.0",
"word-wrap": "^1.2.3"
},
"pkg": {
"outputPath": "dist"
}
}