-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
32 lines (32 loc) · 993 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
{
"name": "page-scroll-to-id",
"version": "1.6.8",
"author": "malihu (http://manos.malihu.gr)",
"description": "Easy-to-use jQuery plugin that enables animated/smooth page scrolling to specific id within the document. The plugin replaces the default browser behaviour of jumping to page sections when links with href value containing hash are clicked, by smoothly animating the page to those sections.",
"license": "MIT",
"homepage": "http://manos.malihu.gr/page-scroll-to-id/",
"main": "jquery.malihu.PageScroll2id.js",
"repository": {
"type": "git",
"url": "https://github.com/malihu/page-scroll-to-id.git"
},
"bugs": {
"url": "https://github.com/malihu/page-scroll-to-id/issues"
},
"keywords": [
"jquery-plugin",
"page-scrolling",
"page-animation",
"navigation",
"single-page-navigation"
],
"files": [
"jquery.malihu.PageScroll2id.js",
"readme.md"
],
"jam": {
"dependencies": {
"jquery": ">=1.7"
}
}
}