forked from alvarotrigo/multiscroll.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 865 Bytes
/
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
{
"name": "multiscroll.js",
"version": "0.1.8",
"description": "A simple plugin to create split scrolling websites with two vertical scrolling panels.",
"main": "jquery.multiscroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvarotrigo/multiscroll.js.git"
},
"keywords": [
"scroll",
"split-screen",
"multi",
"split"
],
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alvarotrigo/multiscroll.js/issues"
},
"homepage": "http://www.alvarotrigo.com/multiScroll/",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0"
}
}