forked from jackocnr/intl-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 947 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
39
40
{
"name": "intl-tel-input",
"version": "3.0.3",
"description": "A jQuery plugin for entering international telephone numbers",
"keywords": [
"international",
"i18n",
"country",
"dial",
"code",
"telephone",
"mobile",
"input",
"flag"
],
"license": "MIT",
"author": "Jack O'Connor (http://jackocnr.com)",
"devDependencies": {
"jquery": ">=1.7",
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-watch": "~0.6.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-templater": "0.0.4",
"load-grunt-config": "~0.7.2",
"time-grunt": "~0.2.10",
"ejs": "~0.8.8",
"grunt-bower-task": "~0.4.0",
"grunt-bump": "0.0.13"
},
"repository": {
"type": "git",
"url": "https://github.com/Bluefieldscom/intl-tel-input.git"
},
"scripts": {
"test": "grunt travis"
}
}