mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Removed all node_modules and package.json files.
This commit is contained in:
42
src/frontend/package.json
vendored
42
src/frontend/package.json
vendored
@@ -1,42 +0,0 @@
|
||||
{
|
||||
"name": "pyshelf",
|
||||
"version": "0.7.1",
|
||||
"description": "Open Source Content Server",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/th3r00t/pyShelf.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ebook",
|
||||
"server",
|
||||
"media",
|
||||
"content",
|
||||
"digital",
|
||||
"opensource",
|
||||
"python"
|
||||
],
|
||||
"author": "th3r00t",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/th3r00t/pyShelf/issues"
|
||||
},
|
||||
"homepage": "https://github.com/th3r00t/pyShelf#readme",
|
||||
"dependencies": {
|
||||
"bulma": "^0.9.4",
|
||||
"pako": "^2.1.0",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jquery": "^3.5.16",
|
||||
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
||||
"@typescript-eslint/parser": "^5.44.0",
|
||||
"eslint": "^8.28.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user