sol2/bower.json

32 lines
548 B
JSON
Raw Normal View History

2013-10-18 02:44:56 +08:00
{
"name": "sphinx-rtd-theme",
"version": "0.0.1",
"homepage": "https://github.com/snide/wyrm",
"authors": [
"Dave Snider <dave.snider@gmail.com>"
],
"description": "Sphinx theme for readthedocs.org.",
"license": "MIT",
"main": [
"theme/**/*"
],
"ignore": [
"docs",
".gitignore",
".DS_Store",
".sass-cache*",
".bowerrc",
"bower.json",
"package.json",
"Gruntfile.js",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2013-10-22 07:28:09 +08:00
"wyrm": "~0.0.4"
2013-10-18 02:44:56 +08:00
}
}