@striven-erp/striven-fullscreen
Version:
Take any element and make it full screen
35 lines (34 loc) • 926 B
JSON
{
"name": "@striven-erp/striven-fullscreen",
"version": "0.6.0",
"description": "Take any element and make it full screen",
"main": "dist/index.js",
"private": false,
"scripts": {
"prepare": "npx webpack --mode=\"production\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/striven-erp/striven-fullscreen.git"
},
"keywords": [
"Striven",
"Full",
"Screen",
"JavaScript"
],
"author": "Striven <https://striven.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/striven-erp/striven-fullscreen/issues"
},
"homepage": "https://github.com/striven-erp/striven-fullscreen#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"computed-style-to-inline-style": "^3.0.0"
}
}