-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "tomatotomato",
"version": "3.0.0",
"description": "Pomodoro. But distributed. And awesome.",
"scripts": {},
"bin": {
"tomatotomato-client": "client.js",
"tomatotomato-http": "http.js",
"tomatotomato-log": "get-log.js",
"tomatotomato-server": "server.js"
},
"author": "David Björklund <[email protected]> (http://davidbjorklund.com/)",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"charm": "^1.0.2",
"mdns": "^2.5.1",
"mkdirp": "^0.5.1",
"network-address": "^1.1.2",
"node-notifier": "^6.0.0",
"say": "^0.16.0",
"serve-browserify": "^1.1.0",
"simple-reconnect-ws": "^1.0.0",
"split": "^1.0.1",
"ws": "^7.2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/well-knits/tomatotomato.git"
},
"keywords": [
"pomodoro"
],
"bugs": {
"url": "https://github.com/well-knits/tomatotomato/issues"
},
"homepage": "https://github.com/well-knits/tomatotomato",
"preferGlobal": true
}