-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
116 lines (116 loc) · 3.29 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
108
109
110
111
112
113
114
115
116
{
"name": "meanjs",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"version": "0.4.1",
"private": false,
"author": "https://github.com/meanjs/mean/graphs/contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meanjs/mean.git"
},
"engines": {
"node": ">=4.6.2",
"npm": ">=2.15.1",
"yarn": ">=1.0.0"
},
"scripts": {
"start": "grunt build && node server.js",
"test-client": "grunt test-client",
"test-server": "grunt test-server",
"e2e": "grunt e2e",
"build": "grunt buildprod",
"postinstall": "git config --global url.https://.insteadOf git:// && bower install --config.interactive=false --allow-root && grunt buildprod"
},
"dependencies": {
"acl": "0.4.11",
"async": "2.6.0",
"body-parser": "1.18.2",
"bower": "1.8.8",
"cfenv": "1.2.1",
"chalk": "2.4.1",
"cheerio": "1.0.0-rc.2",
"compression": "1.7.2",
"connect-flash": "0.1.1",
"connect-mongo": "2.0.1",
"consolidate": "0.15.1",
"cookie-parser": "1.4.3",
"csv-parse": "1.0.2",
"express": "4.16.3",
"express-session": "1.15.6",
"forever": "0.15.3",
"glob": "5.0.15",
"helmet": "3.12.1",
"lodash": "4.17.11",
"method-override": "2.3.10",
"minimatch": "3.0.4",
"minio": "^6.0.0",
"moment": "2.22.1",
"mongodb": "3.0.8",
"mongodb-core": "3.0.8",
"mongoose": "4.13.17",
"morgan": "1.9.0",
"multer": "1.3.1",
"node-pre-gyp": "0.10.0",
"nodemailer": "2.3.2",
"passport": "0.4.0",
"passport-github": "1.1.0",
"passport-local": "1.0.0",
"passport-unique-token": "0.1.4",
"promise": "8.0.1",
"qs": "6.5.2",
"request": "2.88.0",
"request-promise-native": "1.0.5",
"rss": "1.2.2",
"serve-favicon": "2.5.0",
"socket.io": "2.1.1",
"spooky": "0.2.5",
"swig": "1.4.2",
"tiny-jsonrpc": "2.0.1",
"tree-model": "1.0.7",
"uid-safe": "2.1.5",
"validator": "9.4.1"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-plugin-istanbul": "4.1.6",
"eslint": "latest",
"grunt-cli": "1.2.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-uglify": "3.3.0",
"grunt-env": "0.4.4",
"grunt-eslint": "latest",
"grunt-karma": "2.0.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-mocha-test": "0.13.3",
"grunt-ng-annotate": "3.0.0",
"grunt-ng-constant": "2.0.1",
"grunt-node-inspector": "1.0.0",
"grunt-sass": "2.1.0",
"grunt": "1.0.2",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"jasmine": "3.1.0",
"karma-babel-preprocessor": "7.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.0",
"karma-istanbul-preprocessor": "0.0.2",
"karma-jasmine-html-reporter": "1.1.0",
"karma-jasmine": "1.1.2",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-spec-reporter": "0.0.32",
"karma": "2.0.2",
"kerberos": "0.0.23",
"load-grunt-tasks": "4.0.0",
"mocha": "5.2.0",
"run-sequence": "2.2.1",
"should": "13.2.1",
"supertest": "3.1.0"
}
}