-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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": "jquery-draggable-scroll",
"version": "0.9.9002",
"description": "move element scroll bar by drag it",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrankNewII/jqueryDraggableScroll.git"
},
"keywords": [
"draggable-scroll-jquery",
"scroll by drag",
"drag content"
],
"author": "FrankNew",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrankNewII/jqueryDraggableScroll/issues"
},
"homepage": "https://franknewii.github.com/jqueryDraggableScroll",
"dependencies": {
"jquery": "^3.3.1",
"npm": "^6.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"normalize-scss": "^7.0.1"
}
}