mirror of
https://github.com/daledavies/jump.git
synced 2026-01-17 04:42:07 +01:00
25 lines
693 B
JSON
25 lines
693 B
JSON
{
|
|
"name": "jump",
|
|
"version": "1.0.0",
|
|
"description": "Jump is yet another self-hosted startpage for your server, stylistically similar to a web browser start page and designed to be simple use/deploy.",
|
|
"scripts": {
|
|
"dev": "webpack --mode=development --devtool=inline-source-map --watch",
|
|
"build": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/daledavies/jump.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/daledavies/jump/issues"
|
|
},
|
|
"homepage": "https://github.com/daledavies/jump#readme",
|
|
"devDependencies": {
|
|
"webpack": "^5.68.0",
|
|
"webpack-cli": "^4.9.2"
|
|
}
|
|
}
|