-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
45 lines (45 loc) · 1.16 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
42
43
44
45
{
"name": "bootstrap-maxlength",
"version": "2.0.0",
"version_short": "2.0",
"description": "A visual feedback indicator for the MaxLength attribute",
"main": "dist/bootstrap-maxlength.js",
"repository": {
"type": "git",
"url": "https://github.com/mimo84/bootstrap-maxlength.git"
},
"homepage": "https://github.com/mimo84/bootstrap-maxlength",
"keywords": [
"form",
"maxlength",
"html5",
"input",
"feedback",
"jquery-plugin",
"jquery",
"bootstrap",
"bs"
],
"author": "Maurizio Napoleoni @mimonap",
"contributors": [
"Maurizio Napoleoni @mimonap",
"djibe @djibe"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mimo84/bootstrap-maxlength/issues"
},
"scripts": {
"test": "eslint \"src/**\" --report-unused-disable-directives",
"dist": "terser src/bootstrap-maxlength.js -o dist/bootstrap-maxlength.js --format beautify && terser src/bootstrap-maxlength.js -o dist/bootstrap-maxlength.min.js -c"
},
"dependencies": {
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"qunit": "^2.22.0"
},
"devDependencies": {
"eslint": "^9.13.0",
"terser": "^5.36.0"
}
}