-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.13 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
48
49
50
51
52
53
54
55
{
"name": "fullview",
"version": "1.1.2",
"description": "Create fullscreen scrolling websites",
"main": "dist/fullview.js",
"authors": [
"Seerat Awan https://github.com/seeratawan01"
],
"namespace": "fullViewJS",
"scripts": {
"develop": "gulp watch",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:seeratawan01/fullview.js.git"
},
"files": [
"dist",
"package.json",
"README.md"
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"javascript",
"scrolling",
"smooth",
"single_page",
"onepage",
"fullpage",
"fullview",
"one_page",
"sliding",
"scroll",
"swipe",
"mousewheel",
"sections"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/seeratawan01/fullview.js/issues"
},
"homepage": "https://github.com/seeratawan01/fullview.js",
"devDependencies": {
"browser-sync": "^2.26.12",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header-comment": "^0.8.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
}
}