-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
39
40
41
{
"name": "input-autowidth",
"version": "1.0.3",
"description": "Dependency-free class to set an input's width based on its content",
"source": "index.js",
"main": "dist/input-autowidth.min.js",
"scripts": {
"build": "webpack"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mynamesleon/input-autowidth.git"
},
"keywords": [
"autowidth",
"auto-width",
"autogrow",
"auto-grow",
"input",
"javascript",
"js"
],
"author": "Leon Slater (https://www.mynamesleon.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mynamesleon/input-autowidth/issues"
},
"homepage": "https://github.com/mynamesleon/input-autowidth#readme",
"dependencies": {
"is-printable-keycode": "^1.0.3"
},
"devDependencies": {
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}