Skip to content

Commit

Permalink
Added NPM and BOWER support for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier committed Aug 15, 2014
1 parent b0d96b1 commit fbfdef3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "d3.slider",
"main": "d3.slider.js",
"version": "0.0.1",
"homepage": "https://github.com/BetterWorks/d3.slider",
"description": "D3.js Slider",
"keywords": [
"d3"
],
"authors": [
"Bjorn Sandvik"
],
"license": "MIT",
"private": true
}
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "d3.slider",
"version": "0.0.1",
"description": "D3.js Slider",
"main": "d3.slider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BetterWorks/d3.slider.git"
},
"keywords": [
"d3"
],
"author": "Bjorn Sandvik",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetterWorks/d3.slider/issues"
},
"homepage": "https://github.com/BetterWorks/d3.slider"
}

0 comments on commit fbfdef3

Please sign in to comment.