Skip to content

Commit

Permalink
Merge pull request #111 from jacobawenger/master
Browse files Browse the repository at this point in the history
Updated bower.json to valid format
  • Loading branch information
rsandor committed Jul 9, 2014
2 parents c6d5e7d + ad1fc8e commit 1bfb2c4
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
{
"name": "epoch",
"description": "A general purpose, real-time visualization library.",
"version": "0.5.2",
"main": [
"/epoch.0.5.2.min.js",
"/epoch.0.5.2.min.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"/src",
"/sass",
"/tests",
"/.gitignore",
"/test",
"/Cakefile",
"/CHANGELOG.md",
"/package.json"
],
"authors": [
"Ryan Sandor Richards <sandor.richards@gmail.com>"
],
"homepage": "https://fastly.github.io/epoch/",
"keywords": [
"fastly",
"realtime",
"graph",
"chart",
"stats",
"visualization"
],
"homepage": "http://fastly.github.io/epoch/",
"repository": {
"type": "git",
"url": "git://github.com/fastly/epoch.git"
}
}
}

0 comments on commit 1bfb2c4

Please sign in to comment.