-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
38 lines (38 loc) · 1 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
{
"name": "teleprompter",
"version": "1.3.1",
"description": "An application to synchronize scrolling text across controlling and viewing devices.",
"main": "lib/index.js",
"bin": "bin/teleprompter",
"scripts": {
"test": "node test/index.js | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Schoonology/teleprompter.git"
},
"author": "Michael Schoonmaker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Schoonology/teleprompter/issues"
},
"homepage": "https://github.com/Schoonology/teleprompter#readme",
"dependencies": {
"bluebird": "~3.3.1",
"body-parser": "~1.15.0",
"dot": "~1.0.3",
"ecstatic": "~1.4.0",
"faye-websocket": "~0.10.0",
"finalhandler": "~0.4.1",
"ip": "~1.1.2",
"marked": "~0.3.5",
"minimist": "~1.2.0",
"router": "~1.1.4",
"through2": "~2.0.1"
},
"devDependencies": {
"faucet": "0.0.1",
"raw-body": "~2.1.5",
"tape": "~4.4.0"
}
}