This repository was archived by the owner on Nov 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·83 lines (83 loc) · 1.94 KB
/
package.json
File metadata and controls
executable file
·83 lines (83 loc) · 1.94 KB
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
82
83
{
"name": "booki",
"version": "0.0.1",
"description": "Service to buy and sell used school books",
"main": "src/main.js",
"scripts": {
"test": "echo \"No test specified yet\"",
"start": "node src/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hexcodech/booki.git"
},
"keywords": [
"booki"
],
"author": "booki.me",
"contributors": [
{
"name": "Marc Berchtold",
"email": "marc.berchtold@hotmail.de",
"url": ""
},
{
"name": "Dario Breitenstein",
"email": "",
"url": ""
},
{
"name": "Nico Hauser",
"email": "me@tyratox.ch",
"url": "https://tyratox.ch"
},
{
"name": "David Schmid",
"email": "",
"url": ""
}
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/hexcodech/booki/issues"
},
"homepage": "http://booki.me",
"dependencies": {
"amazon-product-api": "^0.4.3",
"async": "^2.1.5",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0-alpha.5",
"busboy": "^0.2.14",
"compression": "^1.6.2",
"ejs": "^2.5.2",
"email-templates": "^2.4.1",
"express": "^4.14.0",
"express-session": "^1.14.2",
"express-validation": "^1.0.0",
"find-in-files": "^0.4.0",
"helmet": "^3.4.0",
"i18n": "^0.8.3",
"image-size": "^0.5.1",
"joi": "^10.4.1",
"lodash": "^4.17.4",
"mkdirp-promise": "^5.0.1",
"mysql": "^2.13.0",
"mysql2": "^1.2.0",
"nodemailer": "^4.0.1",
"oauth2orize": "^1.5.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"piwik-tracker": "^1.0.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"request-stats": "^3.0.0",
"sequelize": "^4.1.0",
"sequelize-cli": "^2.7.0",
"sharp": "^0.18.1",
"valid-url": "^1.0.9",
"winston": "^2.3.1"
}
}