forked from ONLYOFFICE/onlyoffice-nextcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.77 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.77 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "onlyoffice",
"version": "9.12.0",
"description": "ONLYOFFICE app allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.",
"homepage": "https://www.onlyoffice.com",
"author": "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)",
"maintainers": [
"Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ONLYOFFICE/onlyoffice-nextcloud.git"
},
"bugs": {
"url": "https://github.com/onlyoffice/onlyoffice-nextcloud/issues",
"email": "support@onlyoffice.com"
},
"keywords": [
"onlyoffice",
"nextcloud"
],
"license": "AGPL-3.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js"
},
"dependencies": {
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.0.0",
"@nextcloud/sharing": "^0.2.4",
"@nextcloud/initial-state": "^2.2.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/webpack-vue-config": "^6.0.0",
"raw-loader": "^4.0.2",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1"
}
}