-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "repo",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ap51/repo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ap51/repo/issues"
},
"homepage": "https://github.com/ap51/repo#readme",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"connect-history-api-fallback": "^1.5.0",
"crypto2": "^1.0.3",
"deepmerge": "^2.1.0",
"express": "^4.16.3",
"express-cluster": "0.0.5",
"express-session": "^1.15.6",
"get-ssl-certificate": "^2.1.0",
"grant": "^4.1.0",
"json5": "^0.5.1",
"jsonwebtoken": "^8.2.1",
"memored": "^1.1.1",
"multer": "^1.3.0",
"nanoid": "^1.0.2",
"nedb": "^1.8.0",
"normalizr": "^3.2.4",
"oauth2-server": "^3.0.0",
"require-from-string": "^2.0.2",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.0",
"vue": "^2.5.16",
"vue-infinite-loading": "^2.3.1",
"vue-infinite-scroll": "^2.0.2",
"vuetify": "^1.0.14"
}
}