lbry-android-sdk/p4a/doc/source/ext/sphinx_rtd_theme/bower.json
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

33 lines
570 B
JSON

{
"name": "sphinx-rtd-theme",
"version": "1.0",
"homepage": "https://github.com/snide/wyrm",
"authors": [
"Dave Snider <dave.snider@gmail.com>"
],
"description": "Sphinx theme for readthedocs.org.",
"license": "MIT",
"main": [
"dist/**"
],
"ignore": [
"docs",
"demo_docs",
".gitignore",
".DS_Store",
".sass-cache*",
".bowerrc",
"bower.json",
"package.json",
"Gruntfile.js",
"node_modules",
"bower_components",
"test",
"tests",
"src"
],
"dependencies": {
"wyrm": "~0.0.x"
}
}