readthedocs.org/bower.json

30 lines
684 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",
2015-09-15 21:39:43 +00:00
"sphinx-rtd-theme": "https://github.com/snide/sphinx-rtd-theme.git#0.1.9",
"knockout": "~3.3.0",
"jquery.payment": "~1.2.3",
"jquery-migrate": "~1.2.1",
"jquery-ui": "1.8.23"
2015-09-10 23:23:03 +00:00
},
"resolutions": {
"jquery": "2.0.3"
}
}