planetary.js/bower.json
Brandon Tilley 3b1c80e656 v1.0.0-rc.1
2013-12-24 08:36:58 -08:00

30 lines
585 B
JSON

{
"name": "planetary.js",
"version": "1.0.0-rc.1",
"main": "dist/planetaryjs.min.js",
"description": "Awesome interactive globes for the web",
"homepage": "http://planetaryjs.com",
"authors": [ "Brandon Tilley <brandon@brandontilley.com>" ],
"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"
]
}