UNPKG

angular-wamp

Version:

Angular library for Autobahn.js (WAMP v2)

48 lines (47 loc) 1.03 kB
{ "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" } }