-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 978 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
{
"name": "bebusy",
"subdomain": "bebusy",
"main": "./bebusy",
"homepage": "https://www.npmjs.org/package/bebusy",
"bin": {
"bebusy": "./bebusy.js"
},
"author": "Samuel Ondrek (http://github.com/ondrek/)",
"bugs": {
"url": "https://github.com/ondrek/bebusy/issues/"
},
"repository": {
"type": "git",
"url": "https://github.com/ondrek/bebusy.git"
},
"description": "Fakes developer's activity by printing random messages into the Terminal, so you look busy like compiling some important shit.",
"keywords": [
"bebusy",
"busy",
"work",
"console",
"random",
"twat",
"procrastination",
"fake",
"lazy",
"dithering",
"fun",
"terminal"
],
"preferGlobal": true,
"version": "2.1.4",
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "./bebusy.js"
},
"dependencies": {
"colors": "1.1.2",
"boganipsum": "0.1.0",
"underscore": "1.8.3"
}
}