-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.11 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
40
41
42
43
44
45
{
"name": "flyout-block",
"version": "1.2.0",
"description": "Lightweight modal and flyout block component library.",
"keywords": [
"slider",
"slider-component",
"slider-image",
"slider-element",
"slider-control"
],
"main": "dist/flyout-block.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fluidweb-co/flyout-block.git"
},
"author": "Fluidweb.co",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluidweb-co/flyout-block/issues"
},
"homepage": "https://github.com/fluidweb-co/flyout-block",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"sass": "^1.51.0",
"uglify-js": "^3.15.5"
},
"dependencies": {
"animate-helper": "^1.0.0",
"wicg-inert": "^3.1.1"
}
}