-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
48
{
"author": {
"name": "Lasha Sulaberidze"
},
"bugs": {
"url": "https://github.com/devsullo/ng2-STOMP-Over-WebSocket/issues"
},
"dependencies": {},
"description": "STOMP Over WebSocket service for angular2",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "052974373c697b869dc59dfbcc3e2a6dfe1f84ae",
"tarball": "https://registry.npmjs.org/ng2-stomp-service/-/ng2-stomp-service-1.0.5.tgz"
},
"gitHead": "eb0f3d556c792c4686dc8a5b218072e92d5f4ed6",
"homepage": "https://github.com/devsullo/ng2-STOMP-Over-WebSocket#readme",
"keywords": [
"stomp",
"websockets",
"socket",
"sockjs",
"sockjs-client",
"angular2",
"angular 2",
"service",
"ng2"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "devsullo",
"email": "[email protected]"
}
],
"name": "ng2-stomp-service",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/devsullo/ng2-STOMP-Over-WebSocket.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.2"
}