forked from mbenford/ngSocketIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 778 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ng-socket-io-dev",
"version": "1.2.0",
"homepage": "https://github.com/eudaimos/ngSocketIO",
"authors": [
"eudaimos <[email protected]>"
],
"description": "Socket.IO module for AngularJS forked from mbenford/ngSocketIO implementing event forwarding from btford/angular-socket-io",
"main": "build/ng-socket-io-dev.js",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angularjs",
"socket.io",
"websockets"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": ">=1.0.5"
},
"devDependencies": {
"angular-mocks": ">=1.2.0"
},
"testPath": "test"
}