planetary.js/bower.json
Brandon Tilley 06002ea0c8 v0.2.1
2013-12-22 14:19:23 -08:00

30 lines
580 B
JSON

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