forked from wetfish/sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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
{
"name": "sync",
"version": "0.2.0",
"description": "Synchronize audio and video between friends! Supports HTML5 video, YouTube, and Vimeo",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "mocha || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wetfish/sync.git"
},
"author": "Rachel <[email protected]>",
"contributors": [
"Tyrell <[email protected]> (https://tyrell.me)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/wetfish/sync/issues"
},
"homepage": "https://github.com/wetfish/sync#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.16.4",
"fscreen": "^1.0.2",
"ip": "^1.1.5",
"socket.io": "^2.2.0",
"vue": "^2.6.4"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"bulma": "^0.7.5",
"eslint": "^5.12.1"
}
}