sol2/bower.json

34 lines
571 B
JSON
Raw Normal View History

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