forked from alvarotrigo/fullPage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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
{
"name": "fullpage.js",
"version": "3.0.5",
"description": "Create beautiful fullscreen scrolling websites",
"main": "dist/fullpage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:alvarotrigo/fullPage.js.git"
},
"keywords": [
"jquery",
"javacript",
"scrolling",
"single_page",
"onepage",
"fullpage",
"fullpagejs",
"one_page",
"sliding",
"snap",
"scroll",
"swipe",
"mousewheel",
"sections",
"slides",
"slidehow"
],
"files": [
"vendors",
"dist",
"package.json",
"README.md"
],
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alvarotrigo/fullPage.js/issues"
},
"homepage": "https://github.com/alvarotrigo/fullPage.js",
"namespace": "fullpage_api",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
}
}