diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-10-18 21:20:18 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-10-18 21:20:18 +0200 |
commit | b5077ff9a36c89c84c04f33dce3a2a0ff45e9184 (patch) | |
tree | 9cdbecbd6a188ca8de874d01a6cdc04adb1582f2 /package.json |
Initial
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..38f7446 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "interactor", + "version": "1.0.0", + "description": "", + "main": "interactor.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Tom Smeding <hallo@tomsmeding.nl> (http://tomsmeding.com)", + "license": "MIT", + "dependencies": { + "express": "^4.13.3", + "socket.io": "^1.3.7" + } +} |