-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
35
36
37
38
39
{
"name": "universalviewer.github.io",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"extensions": "edsilv/extensions",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-header": "^2.0.5",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jquery": "^3.3.1",
"jquery-plugins": "edsilv/jquery-plugins",
"magnific-popup": "^1.1.0",
"natives": "^1.1.6",
"run-sequence": "^2.2.1",
"scrollreveal": "^3.1.4",
"universalviewer": "universalviewer/universalviewer#v2.0.2",
"utils": "edsilv/utils"
},
"author": "Edward Silverton <[email protected]> (http://edsilv.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/UniversalViewer/universalviewer.github.io/issues"
},
"homepage": "https://github.com/UniversalViewer/universalviewer.github.io#readme"
}