-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
81 lines (81 loc) · 1.81 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "connect-phonegap",
"description": "Connect middleware to serve a PhoneGap app.",
"version": "0.25.0",
"homepage": "https://github.com/phonegap/connect-phonegap",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:phonegap/connect-phonegap.git"
},
"keywords": [
"connect",
"express",
"middleware",
"phonegap"
],
"preferGlobal": false,
"main": "./lib/index.js",
"scripts": {
"test": "jasmine && eslint .",
"lint-fix": "eslint . --fix",
"cover": "istanbul cover --print detail -x **/spec/** jasmine"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"adm-zip": "^0.4.11",
"archiver": "1.1.0",
"body-parser": "^1.18.3",
"chokidar": "^3.0.1",
"connect": "^3.6.6",
"connect-inject": "0.4.0",
"cookie-session": "^2.0.0-beta.3",
"http-proxy": "1.15.1",
"ip": "1.1.3",
"localtunnel": "^1.9.2",
"request": "^2.88.0",
"serve-static": "^1.13.2",
"shelljs": "0.7.5",
"socket.io": "^2.1.1",
"useragent": "^2.3.0",
"walkdir": "0.0.11"
},
"devDependencies": {
"chdir": "0.0.0",
"checksum": "0.1.1",
"eslint": ">=4.18.2",
"istanbul": "0.4.5",
"jasmine": "2.5.3",
"rewire": "2.5.2",
"supertest": "^3.3.0"
},
"contributors": [
{
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca/"
},
{
"name": "Tim Kim",
"email": "[email protected]"
},
{
"name": "Jesse MacFadyen",
"url": "http://risingj.com"
},
{
"name": "Lorin Beer",
"email": "[email protected]"
},
{
"name": "Herm Wong",
"email": "[email protected]"
},
{
"name": "Suraj Pindoria",
"email": "[email protected]"
}
]
}