-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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": "aes-front-app",
"version": "0.0.1",
"description": "AES Belgium Website",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/AES-Be/front-app.git"
},
"author": "Louis Borsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/AES-Be/front-app/issues"
},
"homepage": "https://github.com/AES-Be/front-app",
"dependencies": {
"bluebird": "2.9.9",
"body-parser": "1.12.0",
"bunyan": "1.3.3",
"compression": "1.4.1",
"config": "1.11.0",
"ejs": "2.2.4",
"express": "4.11.2",
"express-validator": "2.8.0",
"le_node": "0.2.1",
"mailchimp": "1.1.0",
"moment": "2.9.0",
"multer": "0.1.7",
"mustache": "1.1.0",
"mysql": "2.5.4",
"newrelic": "1.18.2",
"nodemailer": "1.3.0",
"nodemailer-ses-transport": "1.2.0",
"nodemon": "1.3.7",
"postmark": "1.0.0",
"request": "2.53.0",
"sequelize": "2.0.3",
"serve-favicon": "2.2.0",
"sitemap": "0.7.4"
},
"devDependencies": {
"js-yaml": "3.2.6"
}
}