-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) Β· 774 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) Β· 774 Bytes
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
{
"name": "ui-component-jquery-previewslider",
"version": "1.0.0",
"description": "A Product Preview Slider with Zoom Effect.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arslan Ameer",
"license": "ISC",
"dependencies": {
"npm-check-updates": "^2.14.0"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-less": "^3.5.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-glob": "^2.0.1"
}
}