Permalink
Newer
Older
100644 14 lines (13 sloc) 328 Bytes
Aug 17, 2015 @ibab Add initial code
1 {
2 "name": "jupyterhub-deps",
3 "version": "0.0.0",
4 "dependencies": {
5 "bootstrap": "components/bootstrap#~3.1",
6 "font-awesome": "components/font-awesome#~4.1",
7 "jquery": "components/jquery#~2.0",
8 "moment": "~2.7",
Jun 3, 2016 @ibab Start implementing material design
9 "requirejs": "~2.1",
May 14, 2017 @vchagaev Saving states
10 "material-design-lite": "^1.1.3",
11 "clipboard": "^1.6.1"
Aug 17, 2015 @ibab Add initial code
12 }
13 }