Skip to content

Commit bfb23bc

Browse files
committed
Clean up package.json to meet commonJS and npm standards.
1 parent 999bbc5 commit bfb23bc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"name" : "stomp-js",
2+
"name" : "stomp",
33
"description": "Implementation of the STOMP protocol in node.js",
44
"keywords": [ "STOMP", "messaging", "queue", "protocol" ],
55
"version": "v0.0.1",
66
"homepage": "https://github.com/benjaminws/stomp-js",
77
"author": "Benjamin W. Smith <benjaminws@just-another.net>",
8-
"main" : "stomp-js",
8+
"main" : "stomp",
9+
"modules": {
10+
"stomp": "./lib/stomp",
11+
"frame": "./lib/frame"
12+
},
913
"repository" : {
1014
"type" : "git",
11-
"url" : "https://github.com/benjaminws/stomp-js"
15+
"url" : "https//github.com/benjaminws/stomp-js.git"
1216
},
1317
"directories" : {
1418
"doc": "./doc",

0 commit comments

Comments
 (0)