-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.66 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
65
66
67
{
"name": "Yajidu",
"description": "Marketplace",
"version": "0.3.3",
"private": false,
"author": "https://github.com/meanjs/mean/graphs/contributors",
"repository": {
"type": "git",
"url": "https://github.com/meanjs/mean.git"
},
"engines": {
"node": ">=0.10.28",
"npm": ">=1.4.28"
},
"scripts": {
"start": "server.js"
},
"dependencies": {
"angucomplete-alt": "^1.0.0",
"angular-moment": "^0.10.2",
"async": "~0.9.0",
"aws-sdk": "^2.1.47",
"body-parser": "~1.9.3",
"bower": "~1.3.8",
"chalk": "~1.0.0",
"compression": "~1.2.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.1",
"consolidate": "~0.10.0",
"cookie-parser": "~1.3.2",
"country-data": "0.0.22",
"depd": "^1.0.1",
"express": "~4.10.1",
"express-session": "~1.9.1",
"forever": "~0.11.0",
"glob": "~4.0.5",
"gulp-less": "^3.0.3",
"helmet": "~0.5.0",
"less": "^2.5.1",
"lodash": "*",
"method-override": "~2.3.0",
"moment": "^2.10.6",
"mongodb": "^2.0.39",
"mongoose": "~3.8.8",
"mongoose-deep-populate": "^1.1.0",
"morgan": "~1.4.1",
"nodemailer": "~1.3.0",
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-linkedin": "~0.1.3",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"swig": "~1.4.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-live-server": "0.0.23",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.3",
"run-sequence": "^1.1.2"
}
}