forked from bcgov/esm-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.77 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
{
"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": {
"test": "grunt test",
"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.2",
"cfenv": "1.0.4",
"chalk": "2.3.0",
"cheerio": "1.0.0-rc.2",
"compression": "1.7.1",
"connect-flash": "0.1.1",
"connect-mongo": "2.0.0",
"consolidate": "0.15.0",
"cookie-parser": "1.4.3",
"csv-parse": "1.0.2",
"express": "4.16.2",
"express-session": "1.15.6",
"forever": "0.15.3",
"glob": "^5.0.13",
"grunt": "0.4.5",
"grunt-cli": "~0.1.13",
"helmet": "3.9.0",
"jasmine-core": "2.8.0",
"lodash": "4.17.4",
"method-override": "2.3.10",
"mocha": "4.0.1",
"mongodb": "2.2.33",
"mongodb-core": "2.1.7",
"mongoose": "4.10.8",
"morgan": "1.9.0",
"multer": "0.1.8",
"node-pre-gyp": "0.6.39",
"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",
"rss": "1.2.1",
"serve-favicon": "2.4.5",
"socket.io": "2.0.4",
"spooky": "0.2.5",
"swig": "^1.4.2",
"tiny-jsonrpc": "2.0.1",
"tree-model": "1.0.6",
"uid-safe": "2.1.5",
"validator": "9.1.2"
},
"devDependencies": {
"coveralls": "3.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-karma": "~0.11.2",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "^1.0.1",
"grunt-ng-constant": "^2.0.1",
"grunt-node-inspector": ">=0.2.0",
"grunt-protractor-runner": "^2.0.0",
"grunt-sass": "^1.2.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-ng-html2js-preprocessor": "1.0.0",
"load-grunt-tasks": "3.5.2",
"run-sequence": "2.2.0",
"should": "13.1.3",
"supertest": "3.0.0"
}
}