-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (37 loc) · 931 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
37
38
39
40
41
{
"name": "webida-destkop",
"main": "browser/webida-desktop-main.js",
"dependencies": {
"anymatch": "^1.3.0",
"bluebird": "^3.3.5",
"bunyan": "^1.8.1",
"chokidar": "^1.5.1",
"cookieparser": "^0.1.0",
"debug": "^2.2.0",
"fs-extra": "^0.30.0",
"ignore" : "^3.1.3",
"jsonwebtoken": "^7.0.0",
"lodash": "^4.14.0",
"minimist": "^1.2.0",
"node-uuid": "^1.4.7",
"restify": "^4.1.1",
"shortid": "^2.2.6",
"socket.io": "^1.4.5",
"urijs": "^1.18.0",
"webida-restful-api": "^0.7.1",
"git-http-backend": "^1.0.0",
"through2": "^2.0.1",
"postal" : "^2.0.4",
"postal.request-response" : "^0.3.1",
"async": "^0.9.0",
"caller" : "^1.0.1",
"core-util-is": "^1.0.1",
"debuglog" : "^1.0.1",
"enjoi" : "^1.0.0",
"js-yaml": "^3.2.6",
"swagger-schema-official": "^2.0.0-"
},
"devDependencies": {
"eslint": "^2.13.0"
}
}