From 9735cdec72674d26b007f95fb96128126ffd5b87 Mon Sep 17 00:00:00 2001 From: Ashley Hunter Date: Mon, 7 Dec 2015 22:37:17 +0000 Subject: [PATCH] Adding bower specification --- README.md | 2 +- bower.json | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/README.md b/README.md index 039e332..4e84847 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ HighwayJs is designed to be incredibly simple! Just follow a few simple steps to #### Step One -Create a basic html page and load the highway.js script. You should also have a
that has an attribute called highway-view. This will be where each page will be displayed. +Create a basic html page and load the highway.js script. You should also have a <div> that has an attribute called highway-view. This will be where each page will be displayed. ```html diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d058322 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "Highway", + "homepage": "https://github.com/ashh640/Highway", + "authors": [ + "Ashley Hunter" + ], + "description": "A fast, lightweight and simple Javascript routing library with no dependencies.", + "main": "src/highway.js", + "moduleType": ["globals"], + "keywords": [ + "javascript", + "js", + "routing", + "routes", + "app", + "single", + "app", + "angular", + "alternative", + "mobile-first", + "front-end", + "framework", + "web" + ], + "license": "MIT", + "ignore": [] +}