summaryrefslogtreecommitdiff
path: root/package.json
blob: d333bf4e89caa2ae7e866ddcc15f65feb3d9c901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "esim",
  "version": "0.0.1",
  "description": "esim web version based on web tronics",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.13.3",
    "hogan-express": "^0.5.2",
    "socket.io": "^1.4.4"
  }
}