-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
61 lines (61 loc) · 1.44 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
{
"name": "meanio",
"version": "0.9.4",
"description": "Extracted functionality for MEAN.io",
"author": {
"name": "linnovate"
},
"contributors": "https://github.com/linnovate/meanio/graphs/contributors",
"license": "MIT",
"main": "lib/mean.js",
"scripts": {
"postinstall": "cd ./lib/core_modules/server && npm install && cd ../../..",
"test": "gulp test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/linnovate/meanio.git"
},
"keywords": [
"mean",
"meanio",
"mean.io",
"mean-cli"
],
"dependencies": {
"assetmanager": "^1.2.2",
"complex-list": "latest",
"config": "^1.19.0",
"dependable-list": "latest",
"errorhandler": "latest",
"express-jwt": "latest",
"eventemitter2": "1.0.0",
"glob": "5.0.15",
"lazy-dependable": "latest",
"lodash": "latest",
"md5": "latest",
"morgan": "1.9.1",
"mongoose": "^4.3.6",
"q": "^1.0.1",
"querystring": "latest",
"request": "^2.47.0",
"rtlcss": "^2.0.5",
"shelljs": "^0.7.0",
"socketio-sticky-session": "^0.4.1",
"swig": "^1.3.2",
"uglify-js": "^2.7.0",
"snyk": "^1.17.5"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"mocha": "^1.18.2",
"mocha-sinon": "^1.1.5",
"should": "^3.2.0",
"sinon": "^1.17.4"
},
"snyk": true
}