-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 1.07 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": "short-and-sweet",
"version": "1.0.4",
"description": "Accessible character counter for input elements",
"keywords": [
"character",
"count",
"counter",
"accessible",
"input",
"textarea",
"maxlength",
"text"
],
"main": "dist/short-and-sweet.module.js",
"author": "Rik Schennink <[email protected]> (https://pqina.nl/)",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-babel": "^5.3.0",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"scripts": {
"dev": "npx rollup -c -w",
"build": "npx rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rikschennink/short-and-sweet.git"
},
"bugs": {
"url": "https://github.com/rikschennink/short-and-sweet/issues"
},
"homepage": "https://github.com/rikschennink/short-and-sweet"
}