Advertisement
Guest User

Untitled

a guest
Mar 10th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "name": "Beepl",
  3. "version": "0.15.0-15",
  4. "description": "The Beepl App!",
  5. "subdomain": "beeplapp",
  6. "domains": [
  7. "beeplapp.com",
  8. "www.beeplapp.com"
  9. ],
  10. "dependencies": {
  11. "optimist": "0.3.4",
  12. "bcrypt": "0.7.x",
  13. "mailchimp": "1.1.x",
  14. "passport": "0.1.x",
  15. "passport-google-oauth": "0.1.x",
  16. "sails-mongo": "0.9.x",
  17. "jade": "1.0.x",
  18. "contextio": "~0.4.0",
  19. "node-uuid": "1.4.x",
  20. "mocha": "1.16.x",
  21. "chai": "1.8.x",
  22. "should": "2.1.x",
  23. "mocha-mongo": "0.1.x",
  24. "sinon": "1.7.x",
  25. "supertest": "0.8.x",
  26. "nodemailer": "0.6.x",
  27. "async": "0.2.x",
  28. "underscore": "1.5.x",
  29. "nconf": "0.6.x",
  30. "passport-facebook": "1.0.x",
  31. "passport-linkedin": "0.1.x",
  32. "instapush": "0.0.x",
  33. "express": "3.4.x",
  34. "sails": "0.9.x"
  35. },
  36. "repository": {
  37. "type": "git",
  38. "url": "git@github.com:tUrG0n/Beepl.git"
  39. },
  40. "engines": {
  41. "node": "0.10.x"
  42. },
  43. "author": "Piotr Yordanov",
  44. "license": "Proprietry",
  45. "scripts": {
  46. "start": "coffee index.coffee"
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement