-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.12 KB
/
package.json
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
{
"name": "files_photospheres",
"version": "1.0.0",
"description": "Enables viewing of google photosphere images by integrating the photo-sphere-viewer.js component into your nextcloud instance.",
"main": "js/fileAction.js",
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --config webpack.js",
"dev": "NODE_ENV=development ./node_modules/.bin/webpack --progress --config webpack.js",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --progress --config webpack.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/files_photospheres.git"
},
"author": "Robin Windey",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nextcloud/files_photospheres/issues"
},
"homepage": "https://github.com/nextcloud/files_photospheres/blob/master/README.md",
"dependencies": {
"@nextcloud/files": "3.0.0"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"process": "^0.11.10",
"node-polyfill-webpack-plugin": "3.0.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
}