diff --git a/.gitignore b/.gitignore index 6d0ff66..af56f61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -bower_components/ +.idea/ diff --git a/bower.json b/bower.json deleted file mode 100644 index 451c386..0000000 --- a/bower.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "audiojs", - "homepage": "https://kolber.github.io/audiojs/", - "authors": [ - "Gary Daigle ", - "Anthony Kolber " - ], - "description": "A cross-browser javascript wrapper for the html5 audio tag", - "main": "audio.js", - "moduleType": [ - "globals" - ], - "keywords": [ - "audio", - "javascript", - "html5" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "devDependencies": { - "jquery": "~2.2.0" - } -}