popup-centered
Version:
The little function for open window popup on center display
52 lines (51 loc) • 1.24 kB
JSON
{
"name": "popup-centered",
"version": "1.2.0",
"description": "The little function for open window popup on center display",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.iife.min.js",
"jsdelivr": "dist/index.iife.min.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "del ./dist && bili",
"release": "standard-version -a"
},
"standard-version": {
"scripts": {
"postbump": "npm run build && git add ."
}
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dimensi/popup-centered.git"
},
"keywords": [
"window",
"window-popup",
"center",
"centered"
],
"author": {
"name": "Nikita Nafranets",
"email": "eddimensi@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dimensi/popup-centered/issues"
},
"homepage": "https://github.com/dimensi/popup-centered#readme",
"devDependencies": {
"bili": "^4.2.5",
"del-cli": "^1.1.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-typescript2": "^0.19.2",
"standard-version": "^4.4.0",
"tslint": "^5.12.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.3.3"
}
}