-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "scroll-intent",
"version": "1.1.1",
"description": "Track user scroll direction without jitter",
"main": "dist/jquery.scroll-intent.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pwfisher/scroll-intent.js.git"
},
"keywords": [
"jquery",
"scroll",
"intent",
"scrollTop",
"position",
"javascript",
"window"
],
"author": "Patrick Fisher <patrick@pwfisher.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pwfisher/scroll-intent.js/issues"
},
"homepage": "https://github.com/pwfisher/scroll-intent.js",
"dependencies": {
"babel-preset-es2015-rollup": "^1.2.0",
"bower": "^1.7.9",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.1.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"node-qunit-phantomjs": "^1.4.0",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1"
}
}