forked from guins/jQuery.scrollSections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.56 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
{
"name": "jquery.scrollSections",
"fullname": "jQuery ScrollSections Plugin",
"version": "0.4.3",
"description": "A plugin that allows you to define (full page) sections and scroll between them with mousewheel, keyboard, scrollbar and/or touch moves.\n\n The following jQuery plugins are required for this plugin to work properly:\n - jQuery mousewheel if you want mousewheel support {@link https://github.com/brandonaaron/jquery-mousewheel}\n - jQuery Special Events scrollstart & scrollstop if you want scrollbar support {@link http://james.padolsey.com/demos/scrollevents/}",
"main": "index.js",
"url": "https://github.com/guins/jquery-scrollsections",
"directories": {
"example": "example",
"src": "src",
"build": "build"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/guins/jquery-scrollsections.git"
},
"keywords": [
"javascript",
"jquery",
"scroll",
"scrollsections",
"fullpage"
],
"author": "Stéphane Guigné <http://stephaneguigne.com/>",
"contributor": "Richard Fussenegger <http://richard.fussenegger.info/>",
"license": "MIT",
"gitHead": "62dd253d40848df75f1c016a7c619a705c797627",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-banner": "~0.1.4",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-less": "~0.6.1"
}
}