forked from eduardomb/scroll-up-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "scroll-up-bar",
"version": "0.3.0",
"description": "The scroll up bar plugin (jQuery) hides the top bar when scrolling down, and show it when scrolling up.",
"main": "src/scroll-up-bar.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/eduardomb/scroll-up-bar.git"
},
"keywords": [
"scroll",
"up",
"bar",
"jquery"
],
"author": "Eduardo Martins Barbosa",
"license": "MIT",
"bugs": {
"url": "https://github.com/eduardomb/scroll-up-bar/issues"
},
"homepage": "https://github.com/eduardomb/scroll-up-bar",
"devDependencies": {
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-firefox-launcher": "^0.1.3",
"karma-safari-launcher": "^0.1.1",
"karma-opera-launcher": "^0.1.0",
"karma-ie-launcher": "^0.1.5",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-karma": "^0.8.3"
},
"dependencies": {
"bower": "^1.3.5"
}
}