-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 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
44
45
46
47
48
{
"name": "@magicbruno/fm_viewer",
"version": "1.0.12",
"description": "Simple web file viewer",
"main": "FM_Viewer.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicbruno/FM_Viewer.git"
},
"author": "Bruno Migliaretti",
"license": "ISC",
"bugs": {
"url": "https://github.com/magicbruno/FM_Viewer/issues"
},
"homepage": "https://github.com/magicbruno/FM_Viewer#readme",
"dependencies": {
"bootstrap-icons": "^1.10.4"
},
"keywords": [
"fancybox",
"lightbox",
"file-viewer",
"fileviewer"
],
"devDependencies": {
"bootstrap": "^5.1.3",
"file-saver": "^2.0.5",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-footer": "^2.1.0",
"gulp-markdown": "^6.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"readable-stream": "^3.6.0",
"sass": "^1.49.9"
},
"publishConfig": {
"@magicbruno:registry": "https://registry.npmjs.org"
}
}