-
Notifications
You must be signed in to change notification settings - Fork 296
/
package.json
47 lines (47 loc) · 1.1 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
{
"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.4.1",
"homepage": "http://markgoodyear.com/labs/scrollup/",
"author": {
"name": "Mark Goodyear",
"email": "[email protected]",
"url": "http://markgoodyear.com",
"twitter": "@markgdyr",
"github": "https://github.com/markgoodyear"
},
"repository": {
"type": "git",
"url": "https://github.com/markgoodyear/scrollup"
},
"bugs": {
"url": "https://github.com/markgoodyear/scrollup/issues"
},
"license": {
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"keywords": [
"jquery",
"plugin",
"scroll",
"scrollUp",
"scroll up",
"scroll to top",
"top",
"back to top"
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1"
},
"engines": {
"node": ">=0.10.3"
}
}