forked from nosir/cleave.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 775 Bytes
/
bower.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
{
"name": "cleave.js",
"description": "JavaScript library for formatting input text content when you are typing",
"keywords": [
"cleave",
"javascript",
"html",
"form",
"input"
],
"version": "0.7.18",
"author": {
"name": "Max Huang",
"email": "[email protected]",
"homepage": "http://github.com/nosir"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"gulp-tasks",
"gulpfile.js",
"*.yml",
"local",
"node_modules",
"bower_components",
"test",
"*.md",
"package.json"
],
"homepage": "https://github.com/nosir/cleave.js",
"main": [
"dist/cleave.js"
],
"repository": {
"type": "git",
"url": "https://github.com/nosir/cleave.js.git"
},
"devDependencies": {
}
}