diff options
| author | okalintu <ilkka.oks4nen@gmail.com> | 2015-03-03 13:49:21 +0200 |
|---|---|---|
| committer | okalintu <ilkka.oks4nen@gmail.com> | 2015-03-03 13:49:21 +0200 |
| commit | c3f11b89b73e1e1e109631493150817bd8c78a66 (patch) | |
| tree | 3293a1f76d7c4093e785eb89bbc3178ad3b1890c /package.json | |
initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..aebaa7a --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "jono", + "version": "0.0.1", + "description": "jonosysteemi", + "dependencies": { + "express": "^4.12.1", + "socket.io": "^1.3.4" + } +} |
