summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bower.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..42fa7a2
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,20 @@
+{
+ "name": "gimite/web-socket-js",
+ "version": "1.0.1",
+ "description": "HTML5 Web Socket implementation powered by Flash",
+ "license": "New BSD",
+ "ignore": [
+ "flash-src",
+ "src",
+ ".gitignore",
+ "LICENSE.txt",
+ "NEWS.md",
+ "README.md",
+ "sample.html",
+ "WebSocketMainInsecure.zip"
+ ],
+ "dependencies": {
+ },
+ "devDependencies": {
+ }
+}