-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
55 lines (55 loc) · 1.29 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
51
52
53
54
55
{
"name": "betsol-ng-intl-tel-input",
"description": "intl-tel-input integration for Angular.js",
"version": "1.3.2",
"homepage": "https://github.com/betsol/ng-intl-tel-input",
"license": "MIT",
"main": "index.js",
"dependencies": {
"angular": "^1.2.29",
"intl-tel-input": "7.1.1 - 8.*"
},
"devDependencies": {
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"bootstrap": "^3.3.6",
"del": "^2.2.0",
"gulp": "~3",
"gulp-concat": "^2.5.2",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.7.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "~1",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"jquery": "^2.2.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^2.0.0",
"mocha": "^2.4.5",
"ncp": "^2.0.0",
"run-sequence": "^1.1.3",
"spa-server": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/betsol/ng-intl-tel-input.git"
},
"keywords": [
"betsol",
"angular",
"angular.js",
"intl-tel-input",
"phone-number",
"telephone-number",
"input",
"forms",
"form",
"ng-model",
"ngModel",
"form-control"
]
}