forked from gauravsoni119/ng2-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "ng2-tel-input",
"version": "1.0.12",
"description": "An Angular 2 wrapper for intl-tel-input library",
"main": "ng2-intl-tel-input.js",
"scripts": {
"watch": "tsc -p src -w",
"build": "tsc -p src",
"start": "http-server -c-1 ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/gauravsoni119/ng2-tel-input.git"
},
"keywords": [
"Angular2",
"Library",
"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": {
"@types/intl-tel-input": "0.0.8",
"@types/jquery": "<2.2",
"http-server": "^0.9.0",
"typescript": "~2.2.0"
},
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"es6-shim": "^0.35.3",
"intl-tel-input": "^12.0.3",
"jquery": "^3.1.1",
"reflect-metadata": "^0.1.10",
"systemjs": "^0.19.39",
"zone.js": "^0.7.2"
},
"typings": "./ng2-intl-tel-input.d.ts"
}