-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.56 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.56 KB
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
117
118
119
120
121
{
"name": "mean",
"description": "MEAN.io: A fullstack JavaScript framework powered by MongoDB, ExpressJS, AngularJS, NodeJS.",
"version": "0.9.1",
"private": false,
"author": "Linnovate <mean@linnovate.net>",
"contributors": "https://github.com/linnovate/mean/graphs/contributors",
"mean": "1.0",
"repository": {
"type": "git",
"url": "https://github.com/linnovate/mean.git"
},
"license": "MIT",
"scripts": {
"start": "cross-env DEBUG=cluster node server",
"mocha": "node tools/test/run-mocha.js",
"karma": "node node_modules/karma/bin/karma start karma.conf.js",
"test": "gulp test",
"test-e2e": "gulp e2e.test",
"postinstall": "node tools/scripts/postinstall.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"angular": "^1.6",
"angular-animate": "^1.6",
"angular-aria": "^1.6",
"angular-cookies": "^1.6",
"angular-mocks": "^1.6",
"angular-resource": "^1.6",
"angular-route": "^1.6",
"angular-sanitize": "^1.6",
"angular-material": "^1.1.3",
"angular-bootstrap": "^0.12.2",
"angular-jwt": "^0.1.7",
"angular-ui-router": "0.4.2",
"angular-ui-select": "^0.12.100",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-modrewrite": "^0.9.0",
"consolidate": "^0.14.1",
"cross-env": "^3.0.0",
"debug": "^2.2.0",
"express": "^4.14.0",
"helmet": "^2.2.0",
"jasmine": "^2.5.2",
"lodash": "^4.16.4",
"meanio": "~0.9.3",
"morgan": "^1.7.0",
"npm": "^3.10.7",
"protractor": "^5.1.0",
"q": "^1.4.1",
"request": "^2.76.0",
"shelljs": "^0.7.5",
"snyk": "^1.17.5",
"view-helpers": "0.1.5"
},
"devDependencies": {
"babel-core": "latest",
"babel-loader": "latest",
"babel-preset-es2015": "latest",
"babel-preset-stage-1": "latest",
"css-loader": "latest",
"del": "latest",
"expect.js": "latest",
"file-loader": "latest",
"gulp": "latest",
"gulp-concat": "latest",
"gulp-csslint": "latest",
"gulp-cssmin": "latest",
"gulp-jshint": "latest",
"gulp-livereload": "latest",
"gulp-load-plugins": "latest",
"gulp-mocha": "latest",
"gulp-nodemon": "latest",
"gulp-plumber": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"jasmine": "latest",
"jasmine-reporters": "latest",
"jquery": "latest",
"jshint": "latest",
"jshint-stylish": "latest",
"jsonwebtoken": "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-junit-reporter": "latest",
"karma-ng-html2js-preprocessor": "latest",
"karma-phantomjs-launcher": "latest",
"karma-phantomjs-shim": "latest",
"karma-requirejs": "latest",
"karma-script-launcher": "latest",
"karma-webpack": "latest",
"less": "latest",
"less-loader": "latest",
"mocha": "latest",
"node-sass": "latest",
"phantomjs-prebuilt": "latest",
"protractor": "latest",
"require-dir": "latest",
"requirejs": "latest",
"sass-loader": "latest",
"style-loader": "latest",
"supertest": "latest",
"through": "latest",
"url-loader": "latest",
"webpack": "latest",
"webpack-dev-middleware": "latest",
"webpack-dev-server": "latest",
"webpack-hot-middleware": "latest",
"webpack-stream": "latest"
},
"snyk": true
}