diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-17 19:09:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-17 19:09:43 +0200 |
| commit | 3e50d64d26cc52460c1aed65174ba44a0aabaf86 (patch) | |
| tree | 7ad29441871626282bd951bb241203437a6ca868 /package.json | |
| parent | a798128abda047f25c42a37fd5486fff9acffcb9 (diff) | |
| download | status-3e50d64d26cc52460c1aed65174ba44a0aabaf86.tar.gz status-3e50d64d26cc52460c1aed65174ba44a0aabaf86.zip | |
simple node server
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b165c6c --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "status", + "version": "1.0.0", + "description": "", + "main": "server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://gitlab.com/vainglorygame/status.git" + }, + "author": "schneefux", + "license": "UNLICENSED", + "bugs": { + "url": "https://gitlab.com/vainglorygame/status/issues" + }, + "homepage": "https://gitlab.com/vainglorygame/status#README", + "dependencies": { + "connect": "^3.6.2", + "server-static": "^2.0.5" + } +} |
