-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "@imjasonmiller/scroll-io",
"version": "1.1.2",
"description": "Wrapper for IntersectionObserver that returns the scroll direction",
"main": "./dist/index.js",
"homepage": "https://github.com/imjasonmiller/scroll-io#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/imjasonmiller/scroll-io.git"
},
"bugs": {
"url": "https://github.com/imjasonmiller/scroll-io/issues"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"intersectionobserver",
"intersection",
"observer",
"scroll",
"scrollio",
"scroll-io"
],
"author": "Jason Miller <[email protected]> (https://jasonmiller.nl/)",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"cypress": "^3.8.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"typescript": "^3.8.3"
}
}