veyron-browser: Bringing functionality in par with what we had
before plus a bit more.
*Namespaces can now be queried and results can be clicked to be drilled into
*Any changes to namespace or glob is reflected in URL so user can use
back/forward
Change-Id: Ib4687e20efb3149548f9501a88b84f32c1ea469c
diff --git a/package.json b/package.json
index 465f9c5..17ce182 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,14 @@
"devDependencies": {
"browserify": "^4.2.3",
"jshint": "^2.5.2",
- "mercury": "^6.0.1",
"prova": "^1.14.0",
- "routes": "^1.2.0",
"serve": "^1.4.0",
- "veyron": "0.0.1",
"vulcanize": "^0.3.1"
+ },
+ "dependencies": {
+ "debug": "^1.0.4",
+ "mercury": "^6.0.1",
+ "routes": "^1.2.0",
+ "veyron": "0.0.1"
}
}