Skip to content

Commit

Permalink
Adding bower specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hunter committed Dec 7, 2015
1 parent acb6c5d commit 9735cde
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 <span style="color: #007700"><div></span> that has an attribute called <span style="color: #0000CC">highway-view</span>. 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 <span style="color: #007700">&lt;div&gt;</span> that has an attribute called <span style="color: #0000CC">highway-view</span>. This will be where each page will be displayed.

```html
<!DOCTYPE html>
Expand Down
27 changes: 27 additions & 0 deletions 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": []
}

0 comments on commit 9735cde

Please sign in to comment.