-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
40 lines (40 loc) · 877 Bytes
/
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
{
"name": "wormhole.js",
"version": "0.10.1",
"devDependencies": {
"grunt": "0.4.5",
"grunt-qunit-istanbul": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-version": "*"
},
"description": "Wormhole — it's better EventEmitter for communication between tabs with supporting Master/Slave.",
"main": "wormhole.js",
"scripts": {
"dev": "grunt dev",
"test": "grunt",
"build": "grunt build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/rubaxa/wormhole.git"
},
"keywords": [
"wormhole",
"eventhub",
"eventemitter",
"tabs",
"master/slave",
"communication",
"sharedworker",
"websocket",
"persistent"
],
"author": "Konstantin Lebedev <[email protected]>",
"license": "MIT",
"jam": {
"main": "wormhole"
}
}