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.0",
"description": "A Puush alternative",
"main": "serverstore.js",
"repository": {
"type": "git",
"url": "https://github.com/tomsmeding/serverstore"
},
"dependencies": {
"body-parser": "^1.13.3",
"dialog": "^0.1.8",
"express": "^4.13.3",
"glob": "^5.0.14",
"kbd": "^0.0.8",
"node-persist": "^0.0.6",
"to-clipboard": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"image",
"hosting",
"server",
"screenshot"
],
"author": "Tom Smeding <hallo@tomsmeding.nl> (http://tomsmeding.com)",
"license": "MIT"
}
|