-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "chokibro",
"version": "1.1.0",
"description": "A chockidar spacebro connected client",
"main": "./src/chokibro.js",
"bin": {
"chokibro": "./bin/chokibro"
},
"scripts": {
"test": "./node_modules/.bin/standard src/**/*.js",
"start": "node index.js",
"bin": "./bin/chokibro",
"dev": "./node_modules/.bin/nodemon index.js",
"pack:macos": "pkg . -t node8-macos-x64",
"pack:win64": "pkg . -t node8-win-x64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soixantecircuits/chokibro.git"
},
"keywords": [
"spacebro",
"chokidar",
"socket.io",
"realtime",
"watcher"
],
"engines": {
"node": ">=6.10.3"
},
"author": "soixantecircuits",
"license": "MIT",
"bugs": {
"url": "https://github.com/soixantecircuits/chokibro/issues"
},
"homepage": "https://github.com/soixantecircuits/chokibro#readme",
"dependencies": {
"@ffprobe-installer/ffprobe": "soixantecircuits/node-ffprobe-installer",
"chokidar": "3.0.2",
"command-exists": "^1.2.8",
"commander": "^3.0.1",
"express": "^4.17.1",
"file-type": "^14.0.0",
"finalhandler": "^1.1.2",
"ip": "^1.1.5",
"mime-types": "^2.1.24",
"node-ffprobe": "github:ListenerApproved/node-ffprobe",
"node-mediainfo": "^1.0.3",
"portfinder": "^1.0.24",
"serve-static": "^1.14.1",
"spacebro-client": "^0.4.8",
"standard-settings": "2.0.1",
"untildify": "^4.0.0"
},
"devDependencies": {
"nodemon": "^1.19.2",
"standard": "^14.1.0"
}
}