forked from markgoodyear/scrollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.42 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
{
"name": "scrollup",
"title": "scrollUp",
"description": "A jQuery plugin to create a customisable 'Scroll to top' feature that will work with any website, with ease.",
"version": "2.1.1",
"year": "2013",
"keywords": [
"jquery",
"plugin",
"scroll",
"scrollUp",
"scroll up",
"scroll to top",
"top",
"back to top"
],
"authors": [
{
"name": "Mark Goodyear",
"email": "[email protected]",
"url": "http://markgoodyear.com",
"twitter": "@markgdyr",
"github": "https://github.com/markgoodyear"
}
],
"contributors": [
{
"name": "Philip A Senger",
"url": "http://www.cngrgroup.com"
},
{
"name": "Allyson Beckers",
"url": "http://about.me/allysonbeckers"
},
{
"name": "Nick Rameau",
"url": "https://github.com/NickRameau"
}
],
"demos": [
"http://markgoodyear.com/labs/scrollup/"
],
"repositories": [
{
"type": "Git",
"url": "https://github.com/markgoodyear/scrollup"
}
],
"licenses": [
{
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "http://markgoodyear.com/labs/scrollup/",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0"
},
"engines": {
"node": ">=0.10.3"
}
}