summaryrefslogtreecommitdiff
path: root/package.json
blob: 006dca5dc45aa087e514e2621ef9c0f78bb8a318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "tmw-api",
  "version": "0.1.0",
  "description": "TMW RESTful API",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "The Mana World",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.18.2",
    "express": "^4.16.3",
    "mysql": "^2.15.0"
  }
}