##// END OF EJS Templates
Add components to static URLs.
Add components to static URLs.

File last commit:

r10408:5590af41
r10413:e2e3fd34
Show More
bower.json
8 lines | 196 B | application/json | JsonLexer
Matthias BUSSONNIER
use bootstrap as component with bower
r9282 {
"name": "ipython-notebook",
Brian E. Granger
Bower has changed component.json to bower.json. Complying.
r10400 "version": "1.0.0",
Matthias BUSSONNIER
use bootstrap as component with bower
r9282 "dependencies": {
Brian E. Granger
Bower has changed component.json to bower.json. Complying.
r10400 "bootstrap": "2.3.1",
"less.js": "1.3.3",
Brian E. Granger
Updating bower.json files.
r10408 "codemirror": "git://github.com/ipython/CodeMirror.git#3.12.0"
Matthias BUSSONNIER
use bootstrap as component with bower
r9282 }
Matthias BUSSONNIER
add less.js in component.json
r9286 }