Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
{
2
  "name": "intl-tel-input",
3
  "version": "17.0.8",
4
  "description": "A JavaScript plugin for entering and validating international telephone numbers",
5
  "keywords": [
6
    "international",
7
    "i18n",
8
    "country",
9
    "dial",
10
    "code",
11
    "telephone",
12
    "mobile",
13
    "input",
14
    "flag"
15
  ],
16
  "license": "MIT",
17
  "author": "Jack O'Connor (http://jackocnr.com)",
18
  "devDependencies": {
19
    "@babel/core": "^7.1.0",
20
    "@babel/preset-env": "^7.1.0",
21
    "babel-eslint": "^9.0.0",
22
    "custom-event-polyfill": "^1.0.6",
23
    "es6-promise": "^4.2.5",
24
    "eslint-config-airbnb": "^17.1.0",
25
    "eslint-plugin-import": "^2.14.0",
26
    "eslint-plugin-jsx-a11y": "^6.1.1",
27
    "eslint-plugin-react": "^7.11.1",
28
    "evenizer": "^0.1.17",
29
    "grunt": "^1.0.3",
30
    "grunt-babel": "^8.0.0",
31
    "grunt-bump": "^0.8.0",
32
    "grunt-cli": "^1.2.0",
33
    "grunt-contrib-concat": "^1.0.1",
34
    "grunt-contrib-cssmin": "^2.2.1",
35
    "grunt-contrib-imagemin": "^2.0.1",
36
    "grunt-contrib-jasmine": "^2.1.0",
37
    "grunt-contrib-uglify": "^2.1.0",
38
    "grunt-contrib-watch": "^1.1.0",
39
    "grunt-eslint": "^21.0.0",
40
    "grunt-exec": "^1.0.1",
41
    "grunt-replace": "^1.0.1",
42
    "grunt-responsive-images": "^1.10.1",
43
    "grunt-sass": "^3.0.0",
44
    "grunt-shell": "^2.1.0",
45
    "grunt-spritesmith": "^6.6.2",
46
    "grunt-template": "^1.0.0",
47
    "jasmine-jquery": "^2.1.1",
48
    "jquery": "^3.1.1",
49
    "load-grunt-config": "^0.19.2",
50
    "node-sass": "^4.12.0",
51
    "region-flags": "^1.1.0",
52
    "time-grunt": "^1.4.0"
53
  },
54
  "repository": {
55
    "type": "git",
56
    "url": "https://github.com/jackocnr/intl-tel-input.git"
57
  },
58
  "scripts": {
59
    "test": "grunt travis",
60
    "build": "grunt build",
61
    "build:js": "grunt js",
62
    "build:css": "grunt css",
63
    "build:img": "grunt img",
64
    "watch": "grunt watch"
65
  },
66
  "style": "build/css/intlTelInput.css"
67
}