17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"name": "cross-tab-communication",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "serve pages",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"serve": "^11.3.2"
|
|
}
|
|
}
|