-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
47 lines (47 loc) · 1 KB
/
package.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
{
"name": "angular-wamp",
"description": "Angular library for Autobahn.js (WAMP v2)",
"version": "0.3.4",
"author": "David Dan <davidwdan@gmail.com>",
"homepage": "https://github.com/voryx/angular-wamp",
"repository": {
"type": "git",
"url": "git://github.com/voryx/angular-wamp.git"
},
"licenses": [
{
"type": "MIT"
}
],
"keywords": [
"WAMP",
"websockets",
"Autobahn",
"Thruway",
"Ratchet"
],
"main": "release/angular-wamp.min.js",
"files": [
"release/**",
"LICENSE",
"README.md",
"package.json"
],
"bugs": {
"url": "https://github.com/voryx/angular-wamp/issues"
},
"dependencies": {
"angular": ">=1.3.0 <1.7.0",
"autobahn": ">=0.9.5 <1.0.0"
},
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-ng-annotate": "^1.0.1",
"load-grunt-tasks": "^3.2.0",
"utf-8-validate": "^1.2.1",
"bufferutil": "^1.2.1"
}
}