https://github.com/everware/everware
Raw File
Tip revision: aefa4a993da6ea11b22122c04ebec04d700835ad authored by Andrey Ustyuzhanin on 23 September 2017, 09:46:18 UTC
Merge pull request #208 from sashabaranov/master
Tip revision: aefa4a9
package.json
{
 "name": "jupyterhub-deps",
 "version": "0.0.0",
 "description": "JupyterHub nodejs dependencies",
 "author": "Jupyter Developers",
 "license": "BSD",
 "repository": {
  "type": "git",
  "url": "https://github.com/jupyter/jupyterhub.git"
 },
 "devDependencies": {
  "bower": "*",
  "less": "~2",
  "less-plugin-clean-css": "*"
 }
}
back to top