Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter: Updated validator.js version Added node-inspector debugging tool to the list
This commit is contained in:
@@ -323,6 +323,7 @@ Recommended Node.js Libraries
|
|||||||
- [Nodemailer](https://github.com/andris9/Nodemailer) - send emails with node.js (without sendgrid or mailgun).
|
- [Nodemailer](https://github.com/andris9/Nodemailer) - send emails with node.js (without sendgrid or mailgun).
|
||||||
- [filesize.js](http://filesizejs.com/) - make file size pretty, e.g. `filesize(265318); // "265.32 kB"`.
|
- [filesize.js](http://filesizejs.com/) - make file size pretty, e.g. `filesize(265318); // "265.32 kB"`.
|
||||||
- [Numeral.js](http://numeraljs.com) - a javascript library for formatting and manipulating numbers.
|
- [Numeral.js](http://numeraljs.com) - a javascript library for formatting and manipulating numbers.
|
||||||
|
- [Node Inspector](https://github.com/node-inspector/node-inspector) - Node.js debugger based on Chrome Developer Tools.
|
||||||
|
|
||||||
Recommended Client-Side libraries
|
Recommended Client-Side libraries
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
"paypal-rest-sdk": "~0.6.4",
|
"paypal-rest-sdk": "~0.6.4",
|
||||||
"connect-mongo": "~0.4.0",
|
"connect-mongo": "~0.4.0",
|
||||||
"twilio": "~1.5.0",
|
"twilio": "~1.5.0",
|
||||||
"validator": "~3.2.1",
|
"validator": "~3.3.0",
|
||||||
"crypto": "0.0.3",
|
"crypto": "0.0.3",
|
||||||
"csso": "~1.3.11",
|
"csso": "~1.3.11",
|
||||||
"uglify-js": "~2.4.12"
|
"uglify-js": "~2.4.12"
|
||||||
|
Reference in New Issue
Block a user