planetary.js/bower.json
Brandon Tilley fa1e97a89e v0.1.1
2013-12-21 14:49:30 -08:00

20 lines
304 B
JSON

{
"name": "planetary.js",
"version": "0.1.1",
"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"
}
}