-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 2.87 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "fullpage.js",
"scope": null,
"escapedName": "fullpage.js",
"name": "fullpage.js",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/davide/Amazon Drive/Files/Lavoro/Sito Web Tabulawoods Varelli/Sviluppo/tabula-dev"
]
],
"_from": "fullpage.js@latest",
"_id": "[email protected]",
"_inCache": true,
"_location": "/fullpage.js",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fullpage.js-2.9.6.tgz_1517247992701_0.26769981789402664"
},
"_npmUser": {
"name": "alvarotrigo",
"email": "[email protected]"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "fullpage.js",
"scope": null,
"escapedName": "fullpage.js",
"name": "fullpage.js",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-2.9.6.tgz",
"_shasum": "8ab8ea65fd99c3abd58f0d7be290b83fb1c0999d",
"_shrinkwrap": null,
"_spec": "fullpage.js",
"_where": "/Users/davide/Amazon Drive/Files/Lavoro/Sito Web Tabulawoods Varelli/Sviluppo/tabula-dev",
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"bugs": {
"url": "https://github.com/alvarotrigo/fullPage.js/issues"
},
"dependencies": {
"jquery": ">=1.6.0"
},
"description": "Create beautiful fullscreen scrolling websites",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-clean-css": "^2.0.8",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.1.2"
},
"directories": {},
"dist": {
"integrity": "sha512-vAQgKXTQMRf93iW/wPA32bZclq3Wn2DF9HGoulP+mEZQpKog7qFIYy+TIBCWHm8HqnPzJS//8emizQqLU2Scwg==",
"shasum": "8ab8ea65fd99c3abd58f0d7be290b83fb1c0999d",
"tarball": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-2.9.6.tgz"
},
"files": [
"vendors",
"dist",
"package.json",
"README.md"
],
"gitHead": "e2e1759e5a4778778f648d365fc28993e232ce33",
"homepage": "https://github.com/alvarotrigo/fullPage.js",
"keywords": [
"jquery",
"javacript",
"scrolling",
"single_page",
"onepage",
"fullpage",
"fullpagejs",
"one_page",
"sliding",
"snap",
"scroll"
],
"license": "MIT",
"main": "dist/jquery.fullpage.js",
"maintainers": [
{
"name": "alvarotrigo",
"email": "[email protected]"
}
],
"name": "fullpage.js",
"namespace": "$.fn.fullpage",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alvarotrigo/fullPage.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.9.6c"
}