aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6a03a7f438c7f58241c0e0808d7175fe4fc401ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "Webcastor",
  "version": "0.1.0",
  "description": "Webcastor",
  "main": "webcastor.js",
  "scripts": {
    "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
  },
  "repository": "https://github.com/Pacien/Webcastor",
  "author": "Pacien TRAN-GIRARD",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "http": "0.0.0",
    "socket.io-wildcard": "~0.1.1",
    "password-hash": "~1.2.2",
    "redis": "~0.10.3",
    "url": "~0.10.1",
    "body-parser": "~1.4.3",
    "logfmt": "~1.1.2",
    "hogan-express": "~0.5.2",
    "express": "~4.5.0",
    "socket.io": "~1.0.6"
  },
  "engines": {
    "node": "0.10.x"
  }
}