-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
107 lines (107 loc) · 3 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "ICU",
"description": "MEAN.io: A fullstack JavaScript framework powered by MongoDB, ExpressJS, AngularJS, NodeJS.",
"version": "2.0.7",
"private": false,
"author": "Linnovate <mean@linnovate.net>",
"contributors": "https://github.com/linnovate/mean/graphs/contributors",
"mean": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/linnovate/mean.git"
},
"scripts": {
"start": "gulp development",
"build": "gulp build",
"production": "export NODE_ENV=production && gulp build",
"test": "run_gulp() { export ROOT_URL=$1; gulp test; }; run_gulp",
"postinstall": "node scripts/postinstall.js && gulp sass"
},
"dependencies": {
"assetmanager": "1.2.3",
"async": "0.9.0",
"bluebird": "^3.5.1",
"body-parser": "1.18.2",
"circles-npm": "^1.0.6",
"compression": "1.7.1",
"connect-flash": "0.1.1",
"connect-modrewrite": "^0.10.2",
"consolidate": "0.12.1",
"cookie": "0.3.1",
"cookie-parser": "1.3.4",
"cpx": "^1.5.0",
"errorhandler": "1.3.5",
"excel4node": "1.4.0",
"express": "4.16.0",
"express-validator": "^5.2.0",
"file-saver": "^1.3.8",
"ftp": "0.3.10",
"gridfs-stream": "1.1.1",
"html-entities": "^1.2.1",
"http-errors": "^1.7.1",
"ical-toolkit": "1.0.9",
"jsonfile": "4.0.0",
"jsonwebtoken": "^5.0.0",
"lodash": "3.8.0",
"meanio": "0.8.85",
"moment": "2.22.2",
"mongodb": "^3.0.7",
"mongoose": "^4.13.11",
"mongoose-deep-populate": "3.0.0",
"morgan": "^1.9.1",
"node-cron": "^1.2.1",
"nodemailer": "1.3.4",
"nodemon": "^1.11.0",
"npm": "^2.9.1",
"officegen": "0.4.5",
"passport-facebook": "2.0.0",
"passport-github": "0.1.5",
"passport-google-oauth": "0.2.0",
"passport-linkedin": "0.1.3",
"passport-local": "1.0.0",
"passport-saml": "^0.31.0",
"passport-twitter": "1.0.3",
"pdfjs-dist": "^1.10.97",
"request": "2.82.0",
"root-notifications": "^1.0.2",
"serve-favicon": "2.4.5",
"shelljs": "0.4.0",
"striptags": "^3.1.1",
"swig": "1.4.2",
"uuid": "^3.1.0",
"view-helpers": "0.1.5",
"xlsx-populate": "^1.17.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bower": "1.8.8",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"del": "5.0.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"expect.js": "0.3.1",
"gulp": "4.0.2",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-csslint": "^1.0.0",
"gulp-cssmin": "0.2.0",
"gulp-less": "3.5.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "6.0.0",
"gulp-nodemon": "2.2.1",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "1.2.0",
"gulp-sass": "3.1.0",
"gulp-util": "3.0.8",
"mocha": "5.2.0",
"mongo-express": "^0.46.1",
"node-sass": "^4.9.2",
"protractor": "5.3.2",
"require-dir": "1.0.0"
}
}