|
@@ -28,48 +28,48 @@
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"async": "~0.9.0",
|
|
"async": "~0.9.0",
|
|
|
"aws-sdk": "~2.0.0-rc.19",
|
|
"aws-sdk": "~2.0.0-rc.19",
|
|
|
- "basic-auth-connect": "^1.0.0",
|
|
|
|
|
- "body-parser": "^1.12.0",
|
|
|
|
|
- "bower": "~1.3.12",
|
|
|
|
|
|
|
+ "basic-auth-connect": "~1.0.0",
|
|
|
|
|
+ "body-parser": "~1.12.0",
|
|
|
|
|
+ "bower": "~1.4.0",
|
|
|
"cli": "~0.6.0",
|
|
"cli": "~0.6.0",
|
|
|
- "connect-flash": "^0.1.1",
|
|
|
|
|
- "connect-redis": "^2.1.0",
|
|
|
|
|
- "consolidate": "^0.11.0",
|
|
|
|
|
- "cookie-parser": "^1.3.4",
|
|
|
|
|
|
|
+ "connect-flash": "~0.1.1",
|
|
|
|
|
+ "connect-redis": "~2.1.0",
|
|
|
|
|
+ "consolidate": "~0.11.0",
|
|
|
|
|
+ "cookie-parser": "~1.3.4",
|
|
|
"debug": "~2.1.0",
|
|
"debug": "~2.1.0",
|
|
|
- "errorhandler": "^1.3.4",
|
|
|
|
|
- "express": "^4.12.0",
|
|
|
|
|
- "express-form": "^0.12.0",
|
|
|
|
|
- "express-session": "^1.10.0",
|
|
|
|
|
|
|
+ "errorhandler": "~1.3.4",
|
|
|
|
|
+ "express": "~4.12.0",
|
|
|
|
|
+ "express-form": "~0.12.0",
|
|
|
|
|
+ "express-session": "~1.10.0",
|
|
|
"facebook-node-sdk": "=0.1.10",
|
|
"facebook-node-sdk": "=0.1.10",
|
|
|
"googleapis": "=0.4.7",
|
|
"googleapis": "=0.4.7",
|
|
|
"grunt": "~0.4.5",
|
|
"grunt": "~0.4.5",
|
|
|
"grunt-cli": "~0.1.13",
|
|
"grunt-cli": "~0.1.13",
|
|
|
"grunt-contrib-concat": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.5.0",
|
|
|
- "grunt-contrib-jshint": "^0.10.0",
|
|
|
|
|
- "grunt-contrib-uglify": "~0.2.2",
|
|
|
|
|
- "grunt-contrib-watch": "~0.5.3",
|
|
|
|
|
- "grunt-mocha-test": "^0.12.7",
|
|
|
|
|
|
|
+ "grunt-contrib-jshint": "~0.11.0",
|
|
|
|
|
+ "grunt-contrib-uglify": "~0.8.0",
|
|
|
|
|
+ "grunt-contrib-watch": "~0.6.1",
|
|
|
|
|
+ "grunt-mocha-test": "~0.12.7",
|
|
|
"grunt-sass": "~0.18.0",
|
|
"grunt-sass": "~0.18.0",
|
|
|
- "method-override": "^2.3.1",
|
|
|
|
|
- "mongoose": "^3.8.0",
|
|
|
|
|
- "mongoose-paginate": "^3.1.0",
|
|
|
|
|
- "morgan": "^1.5.1",
|
|
|
|
|
- "multer": "^0.1.8",
|
|
|
|
|
|
|
+ "method-override": "~2.3.1",
|
|
|
|
|
+ "mongoose": "~3.8.0",
|
|
|
|
|
+ "mongoose-paginate": "~3.1.0",
|
|
|
|
|
+ "morgan": "~1.5.1",
|
|
|
|
|
+ "multer": "~0.1.8",
|
|
|
"nodemailer": "~1.2.2",
|
|
"nodemailer": "~1.2.2",
|
|
|
"nodemailer-ses-transport": "~1.1.0",
|
|
"nodemailer-ses-transport": "~1.1.0",
|
|
|
"redis": "~0.12.1",
|
|
"redis": "~0.12.1",
|
|
|
- "socket.io": "^1.3.0",
|
|
|
|
|
- "socket.io-client": "^1.3.0",
|
|
|
|
|
- "swig": "^1.4.0",
|
|
|
|
|
- "time": "^0.11.0"
|
|
|
|
|
|
|
+ "socket.io": "~1.3.0",
|
|
|
|
|
+ "socket.io-client": "~1.3.0",
|
|
|
|
|
+ "swig": "~1.4.0",
|
|
|
|
|
+ "time": "~0.11.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "chai": "^1.10.0",
|
|
|
|
|
- "mocha": "^2.1.0",
|
|
|
|
|
- "proxyquire": "^1.3.0",
|
|
|
|
|
- "sinon": "^1.12.2",
|
|
|
|
|
- "sinon-chai": "^2.7.0"
|
|
|
|
|
|
|
+ "chai": "~1.10.0",
|
|
|
|
|
+ "mocha": "~2.2.0",
|
|
|
|
|
+ "proxyquire": "~1.4.0",
|
|
|
|
|
+ "sinon": "~1.14.0",
|
|
|
|
|
+ "sinon-chai": "~2.7.0"
|
|
|
},
|
|
},
|
|
|
"license": [
|
|
"license": [
|
|
|
{
|
|
{
|