readthedocs.org/bower.json

24 lines
501 B
JSON

{
"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": {
"jquery": "~2.0.3",
"underscore": "~1.7.0",
"readthedocs-client": "https://github.com/agjohnson/readthedocs-client-js.git",
"knockout": "~3.3.0",
"jquery.payment": "~1.2.3"
}
}