docs/bower.json

23 строки
470 B
JSON

{
"name": "auth0-docs",
"version": "0.0.0",
"homepage": "https://github.com/auth0/docs",
"description": "Auth0 Documents",
"main": "app.js",
"authors": [
"Auth0 <support@auth0.com>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"themes/default/public/vendor/bower_components",
"test",
"tests"
],
"dependencies": {
"auth0-styleguide": "git@github.com:auth0/styleguide.git#~0.2.0"
}
}