forked from mimo84/bootstrap-maxlength
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 887 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
{
"name": "bootstrap-maxlength",
"version": "1.5.3",
"description": "An visual feedback indicator for the MaxLength attribute",
"main": "bootstrap-maxlength.js",
"repository": {
"type": "git",
"url": "git://github.com/mimo84/bootstrap-maxlength.git"
},
"keywords": [
"form",
"maxlength",
"html5",
"input",
"feedback"
],
"author": "Maurizio Napoleoni @mimonap",
"licenses": [
{
"type": "MIT License",
"url": "https://github.com/mimo84/bootstrap-maxlength/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/mimo84/bootstrap-maxlength/issues"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*"
}
}