Showing 1 changed files with 7 additions and 7 deletions
+7 -7
maps/package.json
... ...
@@ -6,15 +6,15 @@
6 6
     "start": "/usr/bin/nodejs ./bin/www"
7 7
   },
8 8
   "dependencies": {
9
-    "express": "~4.0.0",
10
-    "static-favicon": "~1.0.0",
11
-    "morgan": "~1.0.0",
12
-    "cookie-parser": "~1.0.1",
13 9
     "body-parser": "~1.0.0",
10
+    "cookie-parser": "~1.0.1",
14 11
     "debug": "~0.7.4",
12
+    "express": "~4.0.0",
15 13
     "jade": "~1.3.0",
16
-    "leaflet": "",
17
-    "sqlite3": "",
18
-    "spinkit": ""
14
+    "leaflet": "^1.4.0",
15
+    "morgan": "~1.0.0",
16
+    "spinkit": "",
17
+    "sqlite3": "^4.0.6",
18
+    "static-favicon": "~1.0.0"
19 19
   }
20 20
 }