From bc1185a9b7e90129c47e45a61ef126f73c6c79d4 Mon Sep 17 00:00:00 2001 From: Wasil W Siargiejczyk Date: Wed, 5 Nov 2014 15:44:41 +0500 Subject: [PATCH 1/2] add bower.json file --- bower.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b91b50b --- /dev/null +++ b/bower.json @@ -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" + ] +} From 4b3c1c6e585b07566035b8385c2d748f7401b281 Mon Sep 17 00:00:00 2001 From: Wasil W Siargiejczyk Date: Wed, 5 Nov 2014 20:55:00 +0500 Subject: [PATCH 2/2] fix prev commit --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b91b50b..dd1ffeb 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ ], "version": "0.1.0", "main": [ - "omnibus/static/omnibus/omnibus.js", + "omnibus/static/omnibus/omnibus.js" ], "dependencies": { },