-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1020 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1020 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
30
31
32
33
34
35
36
37
38
{
"name": "auto-scroll",
"version": "2.0.2",
"description": "Auto-scroll is a jQuery plugin that can be integrated into Widgets to enable auto-scroll and swipe functionality.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/Rise-Vision/auto-scroll.git"
},
"author": "Rise Vision",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Rise-Vision/auto-scroll/issues"
},
"homepage": "https://github.com/Rise-Vision/auto-scroll",
"devDependencies": {
"colors": "~1.0.3",
"del": "~1.1.1",
"gulp": "~3.8.3",
"gulp-bower": "~0.0.10",
"gulp-bump": "~0.1.8",
"gulp-concat": "^2.2.0",
"gulp-jshint": "~1.5.5",
"gulp-rename": "~1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-watch": "^0.6.8",
"jshint-stylish": "^0.2.0",
"run-sequence": "^0.3.2",
"web-component-tester": "5.0"
},
"optionalDependencies": {
"wct-local": "<2.0.16"
}
}