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.

22 lines
473 B

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. "socket.io": "^1.3.6"
  11. },
  12. "devDependencies": {},
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://edoardoo@bitbucket.org/lilik/icfp2015.git"
  19. },
  20. "author": "",
  21. "license": "ISC"
  22. }