-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 916 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 916 Bytes
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
{
"name": "iosync",
"version": "0.2.17",
"description": "Nodejs module that synchronizes data in real-time between server and different connected clients, it includes “data binding”, “scopes”, “session and login”, “query”, “redirect”, “middlewares”, etc...",
"main": "index.js",
"dependencies": {
"express-socket.io-session": "^1.3.1",
"fast-json-patch": "^0.5.4",
"socket.io": "^1.4.4"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahdCompany/iosync.git"
},
"keywords": [
"nodejs",
"real-time",
"sync",
"socket.io"
],
"author": "mahdCompany",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/mahdCompany/iosync/issues"
},
"homepage": "http://mahdcompany.github.io/iosync/"
}