-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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": "@live-change/framework",
"version": "0.5.18",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test tape tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/live-change/framework.git"
},
"author": {
"email": "m8@em8.pl",
"name": "Michał Łaszczewski",
"url": "https://www.viamage.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/live-change/framework/issues"
},
"homepage": "https://github.com/live-change/framework",
"devDependencies": {
"@live-change/dao": "^0.3.13",
"@live-change/dao-websocket": "^0.3.2",
"@live-change/db": "^0.3.64",
"@live-change/db-store-level": "^0.1.15",
"@live-change/db-store-lmdb": "^0.1.22",
"@live-change/uid": "^0.1.4",
"cookie": "^0.4.1",
"express": "^4.17.1",
"os-service": "^2.2.0",
"rimraf": "^3.0.2",
"@live-change/sockjs": "^0.4.0-rc.1",
"tape": "^5.3.2",
"websocket": "^1.0.34"
}
}