planetary.js/bower.json
2015-11-22 02:04:36 -08:00

34 lines
597 B
JSON

{
"name": "planetary.js",
"version": "1.1.1",
"main": "dist/planetaryjs.min.js",
"description": "Awesome interactive globes for the web",
"homepage": "http://planetaryjs.com",
"authors": [
"Michelle Tilley <michelle@michelletilley.net>"
],
"license": "MIT",
"ignore": [
".git",
".gitignore",
"site",
"src",
"node_modules",
"gulpfile.js",
"package.json",
"screenshot.png"
],
"dependencies": {
"d3": "3.x",
"topojson": "1.x"
},
"keywords": [
"globe",
"globes",
"planet",
"planets",
"d3",
"topojson"
]
}