summaryrefslogtreecommitdiff
path: root/package.json
blob: 79ccbe0f5a7e72c94c6f9ac1e6595f22e3afa227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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",
    "python-shell": "^0.4.0",
    "shelljs": "^0.7.0",
    "socket.io": "^1.4.4"
  }
}