-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ClubForum-Homepage",
"version": "0.0.1",
"description": "Dependencies for the Club Forum Homepage",
"author": "Sven Sterbling [email protected]",
"keywords": [
"clubforum",
"homepage",
"boeblingen"
],
"repository": {
"type": "git",
"url": "https://github.com/ullumullu/cf_homepage.git"
},
"scripts": {
"predeploy": "grunt build",
"start": "node ./build/bin/www"
},
"dependencies": {
"bcrypt": "^0.7.8",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.3.1",
"compression": "^1.0.7",
"connect-busboy": "0.0.1",
"cookie-parser": "^1.1.0",
"dateformat": "^1.0.11",
"debug": "^1.0.1",
"express": "^4.4.1",
"express-session": "^1.3.1",
"formidable": "^1.0.15",
"google-calendar": "^1.3.1",
"google-oauth-jwt": "^0.1.4",
"hbs": "^2.7.0",
"mongoose": "^3.8.12",
"node-gyp": "^0.13.1",
"nodemailer": "^1.3.0",
"nodemailer-html-to-text": "^1.0.0",
"q": "^1.1.2",
"winston": "^0.7.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.4",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.2.1",
"grunt-open": "^0.2.3",
"grunt-processhtml": "^0.3.3",
"grunt-shell-spawn": "^0.3.0",
"grunt-usemin": "^2.1.1",
"open": "0.0.5"
},
"license": "MIT"
}