forked from FrankNewII/jqueryDraggableScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "draggable-scroll-jquery",
"version": "0.6.0",
"description": "move element scroll bar by drag it",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrankNewII/draggableScroll.git"
},
"keywords": [
"draggable-scroll-jquery",
"scroll by drag",
"drag content"
],
"author": "FrankNew",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrankNewII/draggableScroll/issues"
},
"homepage": "https://github.com/FrankNewII/draggableScroll#readme",
"dependencies": {
"npm": "^6.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"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"
}
}