forked from abclive/DashBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
62
63
64
{
"name": "Dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ralmn/DashBoard.git"
},
"dependencies": {
"angular": "^1.3.15",
"angular-animate": "^1.4.0",
"angular-gettext": "^2.1.0",
"angular-route": "^1.3.15",
"angular-sanitize": "^1.4.0",
"angular-socket-io": "^0.7.0",
"angular-ui-sortable": "^0.13.4",
"angularjs-toaster": "^0.4.13",
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.0.0",
"ejs": "~0.8.5",
"express": "~4.0.0",
"express-gettext": "git+https://github.com/ralmn/express-gettext.git",
"express-session": "~1.0.0",
"google-auth-library": "^0.9.6",
"googleapis": "^2.0.6",
"gravatar": "^1.1.1",
"imap": "^0.8.14",
"inbox": "^1.1.59",
"mailcomposer": "^0.2.12",
"mailparser": "^0.5.1",
"method-override": "~1.0.0",
"mongoose": "~3.8.1",
"morgan": "~1.0.0",
"passport": "^0.2",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0",
"passport.socketio": "^3.5",
"simplesmtp": "^0.3.35",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"underscore": "^1.8.3",
"uniqid": "^1.0.0",
"feed-read" : "^0.0.1"
},
"devDependencies": {
"gettext-parser": "^1.1.1",
"glob": "^5.0.14",
"gulp": "^3.8.11",
"gulp-angular-gettext": "^2.1.0",
"gulp-brfs": "^0.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"jsxgettext": "^0.8.0",
"vinyl-source-stream": "^1.1.0"
}
}