forked from leon-good-life/wheel-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 854 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
{
"name": "wheel-react",
"version": "1.0.3",
"description": "Easy integration!!! Easily detect mouse wheel and trackpad movement direction, even when there is no scrolling overflow.",
"main": "main.js",
"scripts": {
"build": "babel src --out-dir lib --presets=es2015 --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leon-good-life/wheel-react.git"
},
"keywords": [
"react",
"scroll",
"wheel",
"mouse",
"trackpad"
],
"author": "leon.good.life",
"license": "MIT",
"bugs": {
"url": "https://github.com/leon-good-life/wheel-react/issues"
},
"homepage": "https://github.com/leon-good-life/wheel-react#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}