Migration to new build pattern and new retrieval code
This also includes lots of minor fixes to just about everything.
The migration only includes moving files for now but will include new
build steps in the future.
For the time being please use /catalog-dev, it is unfiltered original
code. The build script will be building into /catalog in the future.
Change-Id: Ib49515233aa5e7ebfdf1385b763f986341d82f4a
diff --git a/client/package.json b/client/package.json
new file mode 100644
index 0000000..f15889c
--- /dev/null
+++ b/client/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "ndn-atmos",
+ "description": "A frontend for the ndn-atmos project",
+ "version": "2.1.0",
+ "license": "MIT",
+ "author": {
+ "name": "Tyler Scott",
+ "email": "tyduptyler13@gmail.com",
+ "url": "myuplay.com"
+ },
+ "contributors": [],
+ "scripts": {
+ "build": "gulp",
+ "host": "http-server -c-1 -p 5555 -a ::1; x-www-browser http://localhost:5555/catalog"
+ },
+ "devDependencies": {
+ "gulp": "^3.9.0",
+ "http-server": "^0.8.0"
+ }
+}