diff options
| author | okalintu <ilkka.oksanen@aalto.fi> | 2015-03-03 15:24:35 +0200 |
|---|---|---|
| committer | okalintu <ilkka.oksanen@aalto.fi> | 2015-03-03 15:24:35 +0200 |
| commit | 6cb2891f117e29ea7adc68f62fe422285fc8364b (patch) | |
| tree | 413c38f0f2d8cdf0d8d58ec26f13dd74e72bcf39 | |
| parent | eb4986d99628c0be0882c0383be473d02abfda53 (diff) | |
added dependency for angular.js
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index aebaa7a..62f9309 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "jonosysteemi", "dependencies": { "express": "^4.12.1", - "socket.io": "^1.3.4" + "socket.io": "^1.3.4", + "angular": "~1.3.14" } } |
