-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (42 loc) · 1019 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
33
34
35
36
37
38
39
40
41
42
{
"name": "jquery-goup",
"version": "1.1.3",
"description": "A simple jQuery plugin that let users go back to the top of a web page.",
"homepage": "https://github.com/dnlnrs/jquery-goup",
"author": "Daniele Lenares <[email protected]> (https://github.com/dnlnrs)",
"main": "src/jquery.goup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dnlnrs/jquery-goup"
},
"bugs": {
"url": "https://github.com/dnlnrs/jquery-goup/issues"
},
"keywords": [
"jquery-plugin",
"scroll",
"scrolltop",
"backtotop",
"scrolltotop"
],
"browserDependencies": {
"jquery": ">=1.5"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"devDependencies": {
"eslint": "^4.5.0",
"eslint-plugin-import": "^2.7.0"
}
}