-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
46
47
{
"name": "jquery.slideshow",
"version": "1.2.1",
"description": "jQuery Slideshow",
"main": "./dist/slideshow.js",
"style": "./dist/slideshow.css",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/smohadjer/jquery.slideshow.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/smohadjer/jquery.slideshow/issues"
},
"homepage": "https://github.com/smohadjer/jquery.slideshow#readme",
"files": [
"dist"
],
"dependencies": {
"jquery": "^2.2.2",
"handlebars": "^4.0.5",
"imagesloaded": "^4.1.0",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"del": "2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-declare": "0.3.0",
"gulp-handlebars": "^5.0.0",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-npm-dist": "^0.1.6",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-wrap": "0.11.0",
"handlebars": "4.0.5",
"jshint": "^2.9.2",
"jshint-stylish": "2.1.0",
"require-dir": "^0.3.2",
"run-sequence": "^1.1.5"
}
}