Add Bower config

This commit is contained in:
Brandon Tilley 2013-12-21 14:38:37 -08:00
parent 7167bbc618
commit b415f9996d
2 changed files with 21 additions and 1 deletions

19
bower.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "planetary.js",
"version": "0.0.0",
"main": "dist/planetaryjs.min.js",
"ignore": [
".git",
".gitignore",
"site",
"src",
"node_modules",
"gulpfile.js",
"package.json",
"screenshot.png"
],
"dependencies": {
"d3": "3.x",
"topojson": "1.x"
}
}

View File

@ -21,6 +21,7 @@
"gulp-concat": "BinaryMuse/gulp-concat", "gulp-concat": "BinaryMuse/gulp-concat",
"gulp-header": "~0.4.0", "gulp-header": "~0.4.0",
"gulp-uglify": "~0.1.0", "gulp-uglify": "~0.1.0",
"gulp-rename": "~0.2.1" "gulp-rename": "~0.2.1",
"bower": "~1.2.8"
} }
} }