GDBrowser/package.json
101arrowz 4c6c84de9a Improved caching mechanism for icon.js
Cached icons are now stored in memory rather than in a folder. Removes need for fs-extra module.
2019-10-17 08:26:08 -04:00

23 lines
497 B
JSON

{
"name": "gdservers",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"canvas": "^2.6.0",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.4",
"directory-tree": "^2.2.4",
"express": "^4.17.1",
"fs": "0.0.1-security",
"jimp": "^0.8.4",
"path": "^0.12.7",
"plist": "^3.0.1",
"request": "^2.88.0"
}
}