-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 909 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
32
33
34
35
36
37
38
39
{
"name": "overflow-cue",
"version": "1.1.0",
"description": "A react hook that takes a set of horizontal overflowing items, such as tabs, and ensures an item is cropped appropriately to indicate the container is scrollable.",
"repository": {
"type": "git",
"url": "git+https://github.com/chadspencer/overflowcue.git"
},
"keywords": [
"react",
"hook",
"scrolling",
"tab",
"overflow",
"cue",
"resize",
"listener"
],
"author": "Chad Spencer",
"license": "MIT",
"homepage": "https://chadspencer.dev/overflowcue/",
"bugs": {
"url": "https://github.com/chadspencer/overflowcue/issues"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"package.json"
],
"main": "dist/index.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
},
"scripts": {
"compile": "babel src -d dist"
}
}