modal ready
Showing
with
199 additions
and
139 deletions
sails/src/api/controllers/TPVController.js
0 → 100644
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ | 
| "connect-redis": "3.0.2", | "connect-redis": "3.0.2", | ||
| "connect-timeout": "^1.7.0", | "connect-timeout": "^1.7.0", | ||
| "ejs": "^0.8.8", | "ejs": "^0.8.8", | ||
| "fast-sha256": "^1.0.0", | |||
| "forever": "^0.14.1", | "forever": "^0.14.1", | ||
| "grunt": "^1.0.1", | "grunt": "^1.0.1", | ||
| "grunt-contrib-clean": "^1.0.0", | "grunt-contrib-clean": "^1.0.0", | ||
| ... | @@ -22,6 +23,7 @@ | ... | @@ -22,6 +23,7 @@ | 
| "include-all": "~0.1.3", | "include-all": "~0.1.3", | ||
| "jsonwebtoken": "~0.4.0", | "jsonwebtoken": "~0.4.0", | ||
| "lodash": "^3.10.1", | "lodash": "^3.10.1", | ||
| "moment": "^2.18.1", | |||
| "rc": "~0.5.0", | "rc": "~0.5.0", | ||
| "sails": "^0.12.3", | "sails": "^0.12.3", | ||
| "sails-disk": "~0.10.0", | "sails-disk": "~0.10.0", | ||
| ... | @@ -31,6 +33,7 @@ | ... | @@ -31,6 +33,7 @@ | 
| "sails-test-helper": "^0.3.5", | "sails-test-helper": "^0.3.5", | ||
| "socket.io": "~1.3.2", | "socket.io": "~1.3.2", | ||
| "socket.io-redis": "^0.1.4", | "socket.io-redis": "^0.1.4", | ||
| "tweetnacl-util": "^0.15.0", | |||
| "winston": "~1.0.0" | "winston": "~1.0.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| ... | ... | 
Please
register
or
sign in
to comment
