-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 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
{
"name": "WebSync",
"version": "0.1.0",
"dependencies": {
"MD5": "^1.3.0",
"base62": "^1.1.0",
"canonical-json": "0.0.4",
"closure-linter-wrapper": "^1.0.1",
"docco": "^0.7.0",
"fast-json-patch": "^0.5.4",
"html-pdf": "^1.2.2",
"jasmine-core": "^2.3.4",
"js-beautify": "^1.5.10",
"jsdoc": "^3.3.2",
"json-stable-stringify": "^1.0.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"lodash": "^3.9.3",
"node-wolfram": "0.0.1",
"openpgp": "^1.0.0",
"pg": "^4.1.0",
"redis": "^0.12.1",
"strip-json-comments": "^1.0.2",
"tmp": "0.0.25",
"unoconv": "^0.1.2",
"ws": "^0.7.1"
},
"repository": {
"type": "git",
"url": "git://github.com/d4l3k/WebSync.git"
}
}