Created
February 25, 2016 23:18
-
-
Save crobinson42/4700facb3417e87025da to your computer and use it in GitHub Desktop.
Sails upgrade to 0.12 sails-mongo error when lowering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"dependencies": { | |
"babelify": "^6.3.0", | |
"bcrypt": "^0.8.5", | |
"captains-log": "^0.11.11", | |
"connect-redis": "3.0.2", | |
"cookie": "^0.2.3", | |
"ejs": "~0.8.4", | |
"error-shelter": "^0.1.3", | |
"event-sky": "^0.1.3", | |
"grunt": "0.4.2", | |
"grunt-babel": "^6.0.0", | |
"grunt-browserify": "^4.0.1", | |
"grunt-contrib-clean": "~0.5.0", | |
"grunt-contrib-coffee": "~0.10.1", | |
"grunt-contrib-concat": "~0.3.0", | |
"grunt-contrib-copy": "~0.5.0", | |
"grunt-contrib-cssmin": "~0.9.0", | |
"grunt-contrib-handlebars": "^0.10.2", | |
"grunt-contrib-jst": "~0.6.0", | |
"grunt-contrib-less": "0.11.1", | |
"grunt-contrib-uglify": "~0.4.0", | |
"grunt-contrib-watch": "~0.5.3", | |
"grunt-sails-linker": "~0.9.5", | |
"grunt-sync": "~0.0.4", | |
"grunt-watchify": "^0.1.0", | |
"include-all": "~0.1.3", | |
"js-data": "^2.8.2", | |
"js-data-http": "^2.1.1", | |
"js-data-schema": "^1.2.5", | |
"lodash": "^2.4.2", | |
"moment": "^2.10.6", | |
"nodemailer": "^2.2.1", | |
"nodemailer-mandrill-transport": "^1.1.0", | |
"promise": "^7.1.1", | |
"rc": "~0.5.0", | |
"react": "^0.14.7", | |
"react-bootstrap": "^0.27.3", | |
"react-bootstrap-datetimepicker": "0.0.22", | |
"react-dom": "^0.14.0", | |
"react-google-maps": "^4.7.0", | |
"react-loading": "0.0.7", | |
"react-router": "^1.0.0", | |
"react-select": "^0.9.1", | |
"react-timeago": "^2.2.1", | |
"sails": "^0.12.1", | |
"sails-disk": "~0.10.0", | |
"sails-mongo": "^0.12.0", | |
"therms-access-level": "^1.0.1", | |
"validator": "^4.3.0", | |
"winston": "^1.1.1" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment