-
Notifications
You must be signed in to change notification settings - Fork 243
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "tiny-care-terminal",
"version": "1.8.0",
"description": "A terminal that tries to take care of you 💖",
"main": "care.js",
"author": "Monica Dinculescu <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=6.10.3 <10"
},
"bin": {
"tiny-care-terminal": "care.js"
},
"repository": "https://github.com/notwaldorf/tiny-care-terminal.git",
"dependencies": {
"ansi-art": "^1.3.0",
"async": "^3.2.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"cowsay": "^1.4.0",
"expand-home-dir": "^0.0.3",
"git-utils": "^5.6.2",
"gitlog": "^4.0.0",
"is-git": "^1.0.0",
"node-notifier": "^7.0.0",
"request": "^2.88.2",
"resolve-dir": "^1.0.1",
"shell-escape": "^0.2.0",
"sign-bunny": "^1.0.0",
"subdirs": "^1.0.1",
"twit": "^2.2.11",
"weather-js": "^2.0.0",
"yosay": "^2.0.2"
},
"scripts": {
"start": "node care.js",
"debug": "node --inspect --inspect-brk care.js"
}
}