forked from gauravsoni119/ng2-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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": "ng2-tel-input",
"version": "2.0.3",
"description": "An Angular 2 wrapper for intl-tel-input library",
"main": "ng2-tel-input.js",
"scripts": {
"watch": "tsc -p src -w",
"start": "http-server -c-1 .",
"build": "ngc -p ./tsconfig-ngc.json",
"build:prod": "gulp",
"build:dev": "gulp buildDev",
"ls": "gulp --tasks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gauravsoni119/ng2-tel-input.git"
},
"keywords": [
"Angular",
"country",
"intl-tel-input"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/gauravsoni119/ng2-tel-input.git"
},
"homepage": "https://github.com/gauravsoni119/ng2-tel-input#readme",
"devDependencies": {
"@angular/common": "^8.0.3",
"@angular/compiler": "^8.0.3",
"@angular/compiler-cli": "^8.0.3",
"@angular/core": "^8.0.3",
"@types/intl-tel-input": "^0.0.9",
"es6-shim": "^0.35.5",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"typescript": "~3.4.5",
"zone.js": "^0.9.1"
},
"peerDependencies": {
"@angular/core": "^8.0.3"
},
"dependencies": {
"intl-tel-input": "^16.0.0"
},
"typings": "./ng2-tel-input.d.ts"
}