Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "name": "pjs",
  3. "subdomain": "pjs",
  4. "scripts": {
  5. "start": "./server.js"
  6. },
  7. "version": "0.0.0-11",
  8. "engines": {
  9. "node": "0.8.x"
  10. },
  11. "bundledDependencies": [
  12. "connect-redis",
  13. "connect-form",
  14. "express",
  15. "mongoose",
  16. "hooks",
  17. "ejs",
  18. "redis"
  19. ],
  20. "dependencies": {
  21. "connect-redis": "1.0.x",
  22. "mongoose": "1.4.x",
  23. "connect-form": "0.2.x",
  24. "express": "2.3.x"
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement