Skip to content

Commit

Permalink
bower.json implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Xavier Gentilhomme committed Mar 28, 2014
1 parent 08eb735 commit 2e5a8c1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "d3-timeline",
"version": "0.0.1",
"main": "src/d3-timeline.js",
"ignore": [
"examples",
"lib",
".bowerrc",
".gitignore",
".git",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"d3": ">=3.4.3"
}
}

0 comments on commit 2e5a8c1

Please sign in to comment.