summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorokalintu <ilkka.oksanen@aalto.fi>2015-03-03 15:24:35 +0200
committerokalintu <ilkka.oksanen@aalto.fi>2015-03-03 15:24:35 +0200
commit6cb2891f117e29ea7adc68f62fe422285fc8364b (patch)
tree413c38f0f2d8cdf0d8d58ec26f13dd74e72bcf39 /package.json
parenteb4986d99628c0be0882c0383be473d02abfda53 (diff)
added dependency for angular.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
}
}