- commit
- ef381d9899845863e38ad500f86d214c73b2b593
- parent
- 967eadbf9ad6d7f200dc259b311a25f16373f1b7
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-01-11 21:15
add bower file
Diffstat
| A | bower.json | 21 | +++++++++++++++++++++ |
1 files changed, 21 insertions, 0 deletions
diff --git a/bower.json b/bower.json
@@ -0,0 +1,21 @@
-1 1 {
-1 2 "name": "xiply",
-1 3 "main": "xiply.js",
-1 4 "version": "0.0.0",
-1 5 "homepage": "https://github.com/xi/xiply",
-1 6 "authors": [
-1 7 "Tobias Bengfort <tobias.bengfort@posteo.de>"
-1 8 ],
-1 9 "description": "very simple js/html5 audio player",
-1 10 "keywords": [
-1 11 "audio"
-1 12 ],
-1 13 "license": "GPL-3+",
-1 14 "ignore": [
-1 15 "**/.*",
-1 16 "node_modules",
-1 17 "bower_components",
-1 18 "test",
-1 19 "tests"
-1 20 ]
-1 21 }