-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 854 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 854 Bytes
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": "@shaaditech/scroll-handler",
"version": "1.0.3",
"description": "Handling scroll events on browser",
"main": "build/index.js",
"repository": "https://github.com/shivamsupr/scroll-handler",
"author": "Shivam Rastogi",
"license": "MIT",
"keywords": [
"scroll",
"window.scroll"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.2",
"babel-preset-es2015": "^6.24.1",
"eslint": "4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "2.3.0",
"eslint-config-react-app": "^2.0.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-react": "^7.2.0",
"prettier": "1.5.3"
},
"scripts": {
"build": "babel src -d build"
}
}