Advertisement
Guest User

Untitled

a guest
Aug 10th, 2012
180
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": "EpicTest",
  3. "version": "0.0.1-29",
  4. "author": "LJC",
  5. "description": "A epic test server.",
  6. "contributors": [
  7. {
  8. "name": "LJ",
  9. "email": "some@some.com"
  10. }
  11. ],
  12. "scripts": {
  13. "start": "node ./server/app.js"
  14. },
  15. "main": "./server/app.js",
  16. "keywords": [
  17. "Epic"
  18. ],
  19. "subdomain": "efetest",
  20. "dependencies": {},
  21. "bundleDependencies": [
  22. "socket.io",
  23. "should",
  24. "redis",
  25. "policyfile",
  26. "colors",
  27. "benchmark",
  28. "node-arguments",
  29. "net.io-server",
  30. "mysql",
  31. "mongodb",
  32. "easyimage"
  33. ],
  34. "engines": {
  35. "node": "0.8.x"
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement