-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.68 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
{
"name": "mean",
"description": "MEAN.io: A fullstack JavaScript framework powered by MongoDB, ExpressJS, AngularJS, NodeJS.",
"version": "0.5.5",
"private": false,
"author": "Linnovate <[email protected]>",
"contributors": "https://github.com/linnovate/mean/graphs/contributors",
"mean": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/linnovate/mean.git"
},
"scripts": {
"start": "node server",
"mocha": "node node_modules/.bin/mocha packages/**/server/tests/**/*.js -R spec -r tools/test/mocha-req.js",
"karma": "node node_modules/karma/bin/karma start karma.conf.js",
"test": "npm run mocha && NODE_ENV=test npm run start & sleep 20 && npm run karma",
"postinstall": "node tools/scripts/postinstall.js"
},
"dependencies": {
"assetmanager": "latest",
"async": "latest",
"bower": "latest",
"body-parser": "latest",
"compression": "latest",
"connect-flash": "latest",
"consolidate": "latest",
"cookie-parser": "latest",
"errorhandler": "latest",
"express": "latest",
"forever": "latest",
"gridfs-stream": "latest",
"jsonwebtoken": "latest",
"lodash": "latest",
"meanio": "latest",
"mongoose": "latest",
"morgan": "latest",
"ms": "latest",
"nodemailer": "latest",
"npm": "^2.1.0",
"passport-facebook": "latest",
"passport-github": "latest",
"passport-google-oauth": "latest",
"passport-linkedin": "latest",
"passport-local": "latest",
"passport-twitter": "latest",
"request": "latest",
"serve-favicon": "latest",
"shelljs": "latest",
"swig": "latest",
"view-helpers": "latest"
},
"devDependencies": {
"connect-modrewrite": "latest",
"del": "latest",
"expect.js": "latest",
"gulp": "latest",
"gulp-concat": "latest",
"gulp-csslint": "latest",
"gulp-cssmin": "latest",
"gulp-jshint": "latest",
"gulp-less": "latest",
"gulp-coffee": "latest",
"gulp-livereload": "latest",
"gulp-load-plugins": "latest",
"gulp-mocha": "latest",
"gulp-nodemon": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coffee-preprocessor": "latest",
"karma-coverage": "latest",
"karma-firefox-launcher": "latest",
"karma-html2js-preprocessor": "latest",
"karma-jasmine": "latest",
"karma-ng-html2js-preprocessor": "latest",
"karma-phantomjs-launcher": "latest",
"karma-requirejs": "latest",
"karma-script-launcher": "latest",
"mocha": "latest",
"require-dir": "latest",
"requirejs": "latest",
"supertest": "latest",
"through": "latest"
}
}