1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"name": "serverstore",
"version": "1.0.1",
"description": "A Puush alternative",
"main": "serverstore.js",
"repository": {
"type": "git",
"url": "https://git.tomsmeding.com/serverstore"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"glob": "^5.0.15",
"node-notifier": "^5.4.0",
"node-persist": "^2.1.0",
"read": "^1.0.7",
"to-clipboard": "~0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"image",
"hosting",
"server",
"screenshot"
],
"author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
"license": "MIT"
}
|