Blame view

vendor/bower/jquery.inputmask/package.json 1.37 KB
70f4f18b   Administrator   first_commit
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
51
  {
    "name": "jquery.inputmask",
    "version": "3.1.63",
    "description": "jquery.inputmask is a jquery plugin which create an input mask.",
    "main": "./dist/inputmask/jquery.inputmask.js",
    "files": [
      "dist/inputmask/jquery.inputmask.js",
      "dist/inputmask/jquery.inputmask.extensions.js",
      "dist/inputmask/jquery.inputmask.date.extensions.js",
      "dist/inputmask/jquery.inputmask.numeric.extensions.js",
      "dist/inputmask/jquery.inputmask.phone.extensions.js",
      "dist/inputmask/jquery.inputmask.regex.extensions.js"
    ],
    "scripts": {
      "test": "grunt qunit"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
    },
    "keywords": [
      "jquery",
      "plugins",
      "input",
      "form",
      "inputmask",
      "mask"
    ],
    "author": {
      "name": "Robin Herbots",
      "url": "http://github.com/RobinHerbots/jquery.inputmask"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
    },
    "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
    "dependencies": {
      "jquery": ">=1.7"
    },
    "devDependencies": {
      "grunt": "^0.4.5",
      "grunt-bump": "^0.3.0",
      "grunt-contrib-clean": "^0.6.0",
      "grunt-contrib-qunit": "^0.7.0",
      "grunt-contrib-uglify": "^0.9.1",
      "grunt-nuget": "^0.1.4",
      "grunt-release": "^0.12.0",
      "grunt-shell": "^1.1.2"
    }
  }