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
|
{
"name": "ng-websocket",
"version": "0.2.1",
"authors": [
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
],
"description": "AngularJS HTML5 WebSocket powerful library",
"main": "ng-websocket.js",
"keywords": [
"angular",
"angularjs",
"websocket",
"ng",
"html5",
"service",
"provider"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.2"
},
"devDependencies": {
"angular-mocks": "~1.3.2"
}
}
|