summaryrefslogtreecommitdiff
path: root/package.json
blob: b7a7e146e747a5e3e4214ede9527195486558df8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "manavis",
  "version": "1.0.0",
  "description": "A tool to parse and visualise combat logs generated by The Mana World's server, tmwAthena.",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "connect": "2.7.9",
    "express": "3.2.2",
    "logger": "0.0.1",
    "session.socket.io": "0.1.6",
    "socket.io": "0.9.14"
  },
  "readmeFilename": "Readme.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/Freeyorp/manavis.git"
  }
}