Advertisement
Guest User

Untitled

a guest
Oct 16th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "name": "doableapi",
  3. "version": "0.0.1-131",
  4. "private": true,
  5. "dependencies": {
  6. "express": "3.0.x",
  7. "mongodb": "1.1.7",
  8. "mongoose": "3.2.x",
  9. "mongoose-types": "1.0.x",
  10. "underscore": "1.4.x",
  11. "node-uuid": "1.3.x",
  12. "connect-mongo": "0.2.x",
  13. "bcrypt": "0.7.x",
  14. "everypaas": "0.0.x",
  15. "nodemailer": "0.3.x",
  16. "async": "0.1.x",
  17. "winston": "0.6.x",
  18. "winston-mail": "0.2.x",
  19. "apn": "1.2.x"
  20. },
  21. "domains": [
  22. "api.mydoable.com"
  23. ],
  24. "subdomain": "doableapi",
  25. "scripts": {
  26. "start": "appjitsu.js"
  27. },
  28. "engines": {
  29. "node": "0.8.x"
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement