2013-10-18 02:44:56 +08:00
|
|
|
{
|
|
|
|
"name": "sphinx-rtd-theme",
|
2015-04-02 11:20:25 +08:00
|
|
|
"version": "0.1.7",
|
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": [
|
2015-09-09 15:17:10 +08:00
|
|
|
"js/theme.js"
|
2013-11-04 06:14:56 +08:00
|
|
|
],
|
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
|
|
|
],
|
2015-04-02 11:20:25 +08:00
|
|
|
"devDependencies": {
|
2015-09-11 06:51:10 +08:00
|
|
|
"wyrm": "~0.0.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-09-11 06:45:47 +08:00
|
|
|
"lato-googlefont": "*",
|
|
|
|
"robotoslab-googlefont": "*",
|
2015-09-11 07:21:10 +08:00
|
|
|
"inconsolata-googlefont": "*",
|
|
|
|
"font-awesome": "4.2.0"
|
2013-10-18 02:44:56 +08:00
|
|
|
}
|
|
|
|
}
|