forked from Mavrin/maskInput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
46
47
48
49
50
{
"name": "jquery-number-mask",
"version": "1.0.0",
"description": "jQuery plugin for set pattern enter numbers or a certain pattern",
"keywords": [
"jquery-plugin",
"jquery plugin",
"input",
"form",
"mask"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Konstantin Krivlenia",
"url": "https://twitter.com/krivlenia"
},
"maintainers": [
{
"name": "Konstantin Krivlenia",
"email": "krivlenia@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Mavrin/maskInput/blob/master/license.txt"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Mavrin/maskInput"
},
"devDependencies": {
"gulp": "3.8.10",
"gulp-concat": "2.4.1",
"gulp-uglify": "1.0.1",
"gulp-sourcemaps": "1.2.8",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.5",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1",
"karma-coverage": "^0.1.1",
"karma-coveralls": "^0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma": "~0.12.24",
"karma-story-reporter": "~0.2.2"
}
}