-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "realestate",
"version": "0.0.0",
"server": false,
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "",
"build": "",
"postinstall": "turbo postinstall"
},
"dependencies": {
"turbo360": "^1.8.68",
"vertex360": "^0.28.72",
"accepts": "^1.3.5",
"array-flatten": "1.1.1",
"body-parser": "1.18.2",
"content-disposition": "0.5.2",
"content-type": "^1.0.4",
"cookie": "0.3.1",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "^1.1.2",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"finalhandler": "1.1.1",
"fresh": "0.5.2",
"merge-descriptors": "1.0.1",
"methods": "^1.1.2",
"on-finished": "^2.3.0",
"parseurl": "^1.3.2",
"path-to-regexp": "0.1.7",
"proxy-addr": "^2.0.3",
"qs": "6.5.1",
"range-parser": "^1.2.0",
"rimraf": "^2.6.2",
"safe-buffer": "5.1.1",
"send": "0.16.2",
"serve-static": "1.13.2",
"setprototypeof": "1.1.0",
"statuses": "^1.4.0",
"type-is": "^1.6.16",
"utils-merge": "1.0.1",
"vary": "^1.1.2"
},
"devDependencies": {
"express": "latest",
"nodemon": "^1.17.1"
},
"format": "vertex"
}