You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
624 B
24 lines
624 B
{
|
|
"name": "ssr-window",
|
|
"version": "3.0.0",
|
|
"description": "Better handling for window object in SSR environment",
|
|
"main": "ssr-window.umd.js",
|
|
"jsnext:main": "ssr-window.esm.js",
|
|
"module": "ssr-window.esm.js",
|
|
"typings": "types/ssr-window.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nolimits4web/ssr-window.git"
|
|
},
|
|
"keywords": [
|
|
"ssr",
|
|
"window",
|
|
"document"
|
|
],
|
|
"author": "Vladimir Kharlampidi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nolimits4web/ssr-window/issues"
|
|
},
|
|
"homepage": "https://github.com/nolimits4web/ssr-window"
|
|
}
|