readthedocs.org/bower.json

31 lines
704 B
JSON
Raw Normal View History

{
"name": "readthedocs",
"version": "0.0.0",
"authors": [
"Anthony Johnson <anthony@readthedocs.com>"
],
"description": "Read the Docs - Frontend",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2015-09-10 23:23:03 +00:00
"jquery": "2.0.3",
"underscore": "~1.7.0",
"readthedocs-client": "https://github.com/agjohnson/readthedocs-client-js.git",
2018-10-06 17:59:28 +00:00
"sphinx-rtd-theme": "https://github.com/rtfd/sphinx_rtd_theme.git#0.3.1",
"knockout": "~3.3.0",
"jquery.payment": "~1.3.0",
"jquery-migrate": "~1.2.1",
"jquery-ui": "1.8.23",
"xss": "~0.3.1"
2015-09-10 23:23:03 +00:00
},
"resolutions": {
"jquery": "2.0.3"
}
}