Blame view

package.json 647 Bytes
ea5a9738   Geoffrey PREUD'HOMME   Scoreboard : coté...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  {
    "name": "trosh-scoreboard",
    "version": "0.0.1",
    "description": "Trosh scoreboard web app for Club Info",
    "main": "server.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1",
      "start": "node server.js"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/clubinfopolytechlille/trosh.git"
    },
    "author": "ClubInfoPolytechLille",
    "license": "WTFPL",
    "bugs": {
      "url": "https://github.com/clubinfopolytechlille/trosh/issues"
    },
    "homepage": "https://github.com/clubinfopolytechlille/trosh#readme",
    "dependencies": {
e704c732   Geoffrey PREUD'HOMME   Avancement web
21
22
      "express": "^4.13.4",
      "socket.io": "^1.4.5"
ea5a9738   Geoffrey PREUD'HOMME   Scoreboard : coté...
23
24
    }
  }