summaryrefslogtreecommitdiff
path: root/package.json
blob: 2c2a53518db451c79a885c3513175612dcd76b59 (plain) (blame)
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
{
    "name": "tmw-api",
    "version": "0.1.0",
    "description": "TMW RESTful API",
    "author": "The Mana World",
    "license": "CC0-1.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/themanaworld/api.git"
    },
    "bugs": {
        "url": "https://github.com/themanaworld/api/issues"
    },
    "main": "server.js",
    "private": true,
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node server.js"
    },
    "dependencies": {
        "body-parser": "^1.18.2",
        "express": "^4.16.3",
        "mysql": "^2.15.0"
    }
}