DocSpace-client/common/ASC.Thumbnails/package.json

33 lines
819 B
JSON
Raw Normal View History

2020-06-17 11:00:28 +00:00
{
"name": "webshot-service",
"version": "1.0.0",
"description": "A service which takes a screenshot of a page saves it and returns a link.",
"main": "index.js",
2020-06-17 11:36:09 +00:00
"private": true,
"author": {
"name": "Ascensio System SIA"
},
2020-06-17 11:00:28 +00:00
"dependencies": {
"co": "^4.6.0",
2020-06-17 11:36:09 +00:00
"cookie-parser": "~1.4.5",
2021-06-18 09:11:25 +00:00
"cross-spawn": "^7.0.3",
2020-06-17 11:36:09 +00:00
"express": "^4.17.1",
2021-06-18 09:11:25 +00:00
"filenamify-url": "^2.1.2",
"graceful-fs": "~4.2.4",
2022-06-09 15:36:57 +00:00
"ipaddr.js": "^2.0.1",
2020-06-17 11:36:09 +00:00
"moment": "^2.26.0",
2021-10-27 09:33:39 +00:00
"nconf": "^0.11.3",
2020-06-17 11:36:09 +00:00
"node-cache": "^5.1.0",
2022-06-09 15:36:57 +00:00
"node-fetch": "2.6.1",
2021-06-18 09:11:25 +00:00
"phantomjs-prebuilt": "^2.1.16",
2020-06-17 11:36:09 +00:00
"request": "^2.88.2",
"tmp": "~0.2.1",
2021-06-18 09:11:25 +00:00
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.4.2"
2020-06-17 11:00:28 +00:00
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}