You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
498 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. "name": "icfp2015",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "server.js",
  6. "dependencies": {
  7. "body-parser": "^1.13.3",
  8. "cookie-parser": "^1.3.5",
  9. "express": "^4.13.3",
  10. "mongojs": "^1.2.1",
  11. "socket.io": "^1.3.6"
  12. },
  13. "devDependencies": {},
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://edoardoo@bitbucket.org/lilik/icfp2015.git"
  20. },
  21. "author": "",
  22. "license": "ISC"
  23. }