mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-30 22:41:47 -05:00
Update for latest version of node
This commit is contained in:
parent
c0f924bb59
commit
53f58574f0
8538
package-lock.json
generated
8538
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
@ -2,44 +2,46 @@
|
|||||||
"name": "shimapan",
|
"name": "shimapan",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "^1.6.6",
|
"angular": "^1.7.2",
|
||||||
"angular-messages": "^1.6.6",
|
"angular-messages": "^1.7.2",
|
||||||
"angular-ui-router": "^0.4.3",
|
"angular-ui-router": "^0.4.3",
|
||||||
"async": "^2.5.0",
|
"async": "^2.6.1",
|
||||||
"body-parser": "^1.18.2",
|
"body-parser": "^1.18.3",
|
||||||
"config": "^1.26.2",
|
"config": "^1.31.0",
|
||||||
"connect-mongo": "^2.0.0",
|
"connect-mongo": "^2.0.1",
|
||||||
"event-stream": "^3.3.4",
|
"express": "^4.16.3",
|
||||||
"express": "^4.16.2",
|
"express-sanitizer": "^1.0.4",
|
||||||
"express-sanitizer": "^1.0.2",
|
|
||||||
"express-session": "^1.15.6",
|
"express-session": "^1.15.6",
|
||||||
"gulp-nodemon": "^2.2.1",
|
"gulp-nodemon": "^2.2.1",
|
||||||
"helmet": "^3.9.0",
|
"helmet": "^3.13.0",
|
||||||
"method-override": "latest",
|
"method-override": "latest",
|
||||||
"mongoose": "^4.12.1",
|
"mongoose": "^4.13.14",
|
||||||
"morgan": "^1.9.0",
|
"morgan": "^1.9.0",
|
||||||
"multer": "^1.3.0",
|
"multer": "^1.3.1",
|
||||||
"ng-file-upload": "^12.2.13",
|
"ng-file-upload": "^12.2.13",
|
||||||
"ngclipboard": "^1.1.2",
|
"ngclipboard": "^1.1.2",
|
||||||
"passport": "^0.4.0",
|
"passport": "^0.4.0",
|
||||||
"passport-local": "^1.0.0",
|
"passport-local": "^1.0.0",
|
||||||
"passport-local-mongoose": "^4.2.1",
|
"passport-local-mongoose": "^4.5.0",
|
||||||
"vinyl-source-stream": "^1.1.0"
|
"vinyl-source-stream": "^2.0.0"
|
||||||
},
|
},
|
||||||
"description": "A simple file sharing website.",
|
"description": "A simple file sharing website.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^14.5.0",
|
"browserify": "^14.5.0",
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
"chai-http": "^3.0.0",
|
"chai-http": "^4.0.0",
|
||||||
"gulp": "^3.9.1",
|
"event-stream": "^3.3.4",
|
||||||
"gulp-clean-css": "^3.9.0",
|
"graceful-fs": "^4.1.11",
|
||||||
|
"gulp": "^4.0.0",
|
||||||
|
"gulp-clean-css": "^3.9.4",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-rename": "^1.2.2",
|
"gulp-rename": "^1.4.0",
|
||||||
"gulp-uglify": "^3.0.0",
|
"gulp-uglify": "^3.0.0",
|
||||||
"mocha": "^4.0.1",
|
"minimatch": "^3.0.4",
|
||||||
"nodemon": "^1.12.1",
|
"mocha": "^4.1.0",
|
||||||
"npx": "^9.7.1"
|
"nodemon": "^1.18.3",
|
||||||
|
"npx": "^10.2.0"
|
||||||
},
|
},
|
||||||
"author": "Jack Foltz",
|
"author": "Jack Foltz",
|
||||||
"license": "LICENSE",
|
"license": "LICENSE",
|
||||||
|
Loading…
Reference in New Issue
Block a user