summaryrefslogtreecommitdiff
path: root/bower.json
blob: f45aefb7a76526565735651d7a2a5ff50a2abf43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "gimite/web-socket-js",
  "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": {
  }
}