-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.14 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
{
"name": "collapsible-block",
"version": "1.1.13",
"description": "Lightweight Collapse/Expand component library.",
"keywords": [
"slider",
"slider-component",
"slider-image",
"slider-element",
"slider-control"
],
"main": "dist/collapsible-block.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fluidweb-co/collapsible-block.git"
},
"author": "Fluidweb.co",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluidweb-co/collapsible-block/issues"
},
"homepage": "https://github.com/fluidweb-co/collapsible-block",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"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-sass-import-json": "^1.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"load-json-file": "^6.2.0",
"sass": "^1.51.0",
"uglify-js": "^3.15.5"
}
}