|
1 | 1 | {
|
2 | 2 | "name": "Trudesk",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "1.0.0", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "start": "node ./app"
|
7 | 7 | },
|
8 | 8 | "dependencies": {
|
9 | 9 | "apn": "^1.7.3",
|
10 | 10 | "async": "^0.9.0",
|
11 |
| - "bcrypt": "^0.8.1", |
12 |
| - "body-parser": "^1.12.0", |
13 |
| - "chance": "^0.7.3", |
| 11 | + "bcrypt": "^0.8.2", |
| 12 | + "body-parser": "^1.12.3", |
| 13 | + "chance": "^0.7.4", |
14 | 14 | "connect-flash": "^0.1.1",
|
15 |
| - "connect-mongo": "^0.7.0", |
| 15 | + "connect-mongo": "^0.8.1", |
16 | 16 | "cookie": "^0.1.2",
|
17 | 17 | "cookie-parser": "^1.3.4",
|
18 | 18 | "daemon": "^1.1.0",
|
19 |
| - "debug": "^2.1.1", |
20 |
| - "email-templates": "^1.1.2", |
21 |
| - "express": "^4.11.2", |
22 |
| - "express-hbs": "^0.8.0", |
23 |
| - "express-session": "^1.10.3", |
24 |
| - "handlebars": "^3.0.0", |
25 |
| - "lodash": "^3.2.0", |
| 19 | + "debug": "^2.1.3", |
| 20 | + "email-templates": "^1.2.1", |
| 21 | + "express": "^4.12.3", |
| 22 | + "express-hbs": "^0.8.4", |
| 23 | + "express-session": "^1.11.1", |
| 24 | + "handlebars": "^3.0.3", |
| 25 | + "lodash": "^3.7.0", |
26 | 26 | "logrotate-stream": "^0.2.5",
|
27 | 27 | "marked": "^0.3.3",
|
28 |
| - "moment": "^2.9.0", |
29 |
| - "mongoose": "^3.8.23", |
30 |
| - "mongoose-deep-populate": "0.0.7", |
31 |
| - "morgan": "^1.5.1", |
32 |
| - "multer": "^0.1.7", |
| 28 | + "moment": "^2.10.2", |
| 29 | + "mongoose": "^4.0.2", |
| 30 | + "mongoose-deep-populate": "1.1.0", |
| 31 | + "morgan": "^1.5.2", |
| 32 | + "multer": "^0.1.8", |
33 | 33 | "nconf": "^0.7.1",
|
34 |
| - "nodemailer": "^1.3.0", |
| 34 | + "nodemailer": "^1.3.4", |
35 | 35 | "passport": "^0.2.1",
|
36 | 36 | "passport-http": "^0.2.2",
|
37 | 37 | "passport-local": "^1.0.0",
|
38 |
| - "passport.socketio": "^3.4.1", |
| 38 | + "passport.socketio": "^3.5.1", |
39 | 39 | "prompt": "^0.2.14",
|
40 | 40 | "serve-favicon": "^2.2.0",
|
41 |
| - "socket.io": "^1.3.4", |
42 |
| - "socket.io-client": "^1.3.4", |
43 |
| - "uglify-js": "^2.4.16", |
44 |
| - "underscore": "^1.7.0", |
| 41 | + "socket.io": "^1.3.5", |
| 42 | + "socket.io-client": "^1.3.5", |
| 43 | + "uglify-js": "^2.4.20", |
| 44 | + "underscore": "^1.8.3", |
45 | 45 | "underscore.string": "^3.0.3",
|
46 | 46 | "winston": "^0.9.0"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 | 49 | "grunt": "^0.4.5",
|
50 |
| - "grunt-contrib-cssmin": "^0.12.1", |
| 50 | + "grunt-contrib-cssmin": "^0.12.2", |
51 | 51 | "grunt-contrib-sass": "^0.9.2",
|
52 |
| - "grunt-contrib-uglify": "^0.7.0", |
| 52 | + "grunt-contrib-uglify": "^0.9.1", |
53 | 53 | "grunt-contrib-watch": "^0.6.1",
|
54 | 54 | "grunt-cssc": "^0.2.6",
|
55 |
| - "grunt-express-server": "^0.4.19", |
| 55 | + "grunt-express-server": "^0.5.1", |
56 | 56 | "grunt-htmlhint": "^0.4.1",
|
57 |
| - "grunt-parallel": "^0.3.1", |
| 57 | + "grunt-parallel": "^0.4.1", |
58 | 58 | "matchdep": "^0.3.0"
|
59 | 59 | }
|
60 | 60 | }
|
0 commit comments