-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 907 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": "socket.io-sync",
"version": "0.1.1",
"description": "A module for syncing desktop and mobile sockets in order to create second screen experiences",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kikobr/socket.io-sync"
},
"keywords": [
"socket.io",
"socket.io sync",
"socket sync",
"sync",
"second screen"
],
"author": {
"name": "Kiko Herrschaft",
"email": "[email protected]",
"url": "http://www.kikoherrschaft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kikobr/socket.io-sync/issues"
},
"homepage": "https://github.com/kikobr/socket.io-sync",
"dependencies": {
"cookie": "^0.1.2",
"cookie-parser": "^1.3.3",
"express-session": "^1.9.3",
"mobile-detect": "^0.4.2"
}
}