-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (48 loc) · 1.27 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
{
"name": "Web-European-Conference-Dev",
"version": "1.0.0",
"description": "Just for some Grunt tasks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Web-European-Conference/website.git"
},
"author": "@imperugo and @simonech",
"license": "ISC",
"bugs": {
"url": "https://github.com/Web-European-Conference/website/issues"
},
"homepage": "https://github.com/Web-European-Conference/website",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.2.1"
},
"dependencies": {
"mongodb": "^2.0.35",
"open": "0.0.5",
"q": "^1.4.1",
"body-parser": "^1.4.3",
"cluster": "^0.7.7",
"compression": "^1.0.8",
"cookie-parser": "^1.3.2",
"cookie-session": "^1.0.2",
"csurf": "^1.4.0",
"express": "^4.4.5",
"express-debug": "^1.1.1",
"express-mailer": "^0.2.3",
"express-session": "^1.7.6",
"express-validator": "^2.3.0",
"mailchimp": "^1.1.0",
"mailchimp-api": "^2.0.7",
"morgan": "^1.1.1",
"underscore": "^1.6.0",
"vash": "^0.7.12-1",
"winston": "^0.7.3"
}
}