veyron-browser: Initial scaffold of the veyron-browse app using
Mercury.
This initial setup includes:
-Sidebar with navigation links to Browse and Help pages
-Browse page simply has two inputs and displays the value of
those inputs as they change. (ie. No actual functionality )
-Hash-based routing between the top level navigation
pages with History support.
-Build system
Change-Id: I9f7ee3b6dc13bc7685f5b14a0891353e9eacdaf1
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..465f9c5
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "veyron-browser",
+ "description": "Veyron Browser is a browser for the Veyron namespace.",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "preinstall": "npm install --production $VEYRON_ROOT/veyron/javascript/api"
+ },
+ "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"
+ }
+}