-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "thingmill-web",
"version": "2.5.0",
"description": "The thingmill.fr web site.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "env PORT=3006 node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thingmill/web.git"
},
"keywords": [
"thingmill",
"retrobox"
],
"author": "Thingmill Corp",
"license": "ISC",
"bugs": {
"url": "https://github.com/thingmill/web/issues"
},
"homepage": "https://github.com/thingmill/web#readme",
"dependencies": {
"axios": "latest",
"body-parser": "latest",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "latest",
"dotenv": "latest",
"ejs": "latest",
"express": "latest",
"express-session": "^1.18.0",
"express-validator": "latest",
"gravatar": "latest",
"hookcord": "latest",
"morgan": "latest",
"nconf": "latest",
"nodemailer": "latest",
"nodemailer-mailgun-transport": "latest",
"nodemon": "latest",
"owl.carousel": "latest",
"querystring": "latest",
"recaptcha": "latest",
"request": "latest"
}
}