Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

add bower support #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "django-omnibus",
"description": "Django/JavaScript WebSocket Connections",
"homepage": "https://github.com/moccu/django-omnibus",
"author": {
"name": "Moccu GmbH & Co. KG, Kreativagentur für digitale Medien",
"url": "http://www.moccu.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/moccu/django-omnibus.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"version": "0.1.0",
"main": [
"omnibus/static/omnibus/omnibus.js"
],
"dependencies": {
},
"ignore": [
"**/.*",
"**/*.py",
"**/*.sh",
"**/*.rc",
"**/*.pip",
"**/*.po",
"node_modules",
"bower_components",
"examples",
"testing",
"tox.ini"
]
}