-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1004 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
{
"name": "xtab",
"version": "0.0.1",
"description": "Lets you denote a primary tab, and broadcast messages to all tabs on the same domain",
"main": "src/xtab.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conversejs/xtab.git"
},
"keywords": [
"xtab",
"crosstab",
"tabs"
],
"author": "JC Brand",
"license": "MIT",
"bugs": {
"url": "https://github.com/conversejs/xtab/issues"
},
"homepage": "https://github.com/conversejs/xtab#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@converse/skeletor": "conversejs/skeletor#b260c554f4ce961c29deea4740083e58a489aa9b",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.3.1",
"karma-jasmine-html-reporter": "^1.5.4"
},
"dependencies": {
"rollup": "^2.23.0"
}
}