-
Notifications
You must be signed in to change notification settings - Fork 195
/
bower.json
55 lines (55 loc) · 1.05 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "angular-websocket",
"version": "2.0.0",
"homepage": "https://github.com/gdi2290/angular-websocket",
"description": "An AngularJS 1.x WebSocket service for connecting client applications to servers.",
"keywords": [
"angular",
"angularjs",
"javascript",
"realtime",
"websockets",
"websocket",
"angular-websocket",
"angular-websockets",
"angular-socket",
"ngWebSocket",
"ngWebSockets",
"gdi2290",
"PatrickJS"
],
"authors": [
"gdi2290 <[email protected]>"
],
"main": "./dist/angular-websocket.js",
"ignore": [
".bowerrc",
".gitignore",
".npmignore",
".jshintignore",
".jshintrc",
"karma.conf.js",
"test.sh",
"dist.sh",
"src",
"example",
"package.json",
"**/.*",
"*.yml",
"*.xml",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*"
},
"devDependencies": {
"angular": "~1.3.15",
"angular-mocks": "~1.3.15"
},
"resolutions": {
"angular": "~1.3.15"
}
}