diff options
| author | okalintu <ilkka.oksanen@aalto.fi> | 2015-03-04 02:45:33 +0200 |
|---|---|---|
| committer | okalintu <ilkka.oksanen@aalto.fi> | 2015-03-04 02:45:33 +0200 |
| commit | f607dac15deb8b9faeb060661ccf8edd2b9564fc (patch) | |
| tree | f5ec095641b7f56b419c793e1ae3148a5b4650e5 /package.json | |
| parent | f1258540d0ab8bc8acbff3f31040539d34131e48 (diff) | |
implemented feature to allow ppl to remove themselves from que
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 62f9309..1d28a46 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "express": "^4.12.1", "socket.io": "^1.3.4", - "angular": "~1.3.14" + "angular": "~1.3.14", + "crypto": "0.0.3" } } |
