forked from zwlccc/ionic4-city-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
56
57
58
59
60
61
62
63
64
{
"name": "ionic4-city-picker",
"version": "0.0.3",
"description": "city picker for ionic4",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
},
"main": "bundles/ionic4-city-picker.umd.js",
"module": "fesm5/ionic4-city-picker.js",
"es2015": "fesm2015/ionic4-city-picker.js",
"esm5": "esm5/ionic4-city-picker.js",
"esm2015": "esm2015/ionic4-city-picker.js",
"fesm5": "fesm5/ionic4-city-picker.js",
"fesm2015": "fesm2015/ionic4-city-picker.js",
"typings": "ionic4-city-picker.d.ts",
"metadata": "ionic4-city-picker.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
},
"devDependencies": {
"@angular-devkit/architect": "~0.13.8",
"@angular-devkit/build-angular": "~0.13.8",
"@angular-devkit/core": "~7.3.8",
"@angular-devkit/schematics": "~7.3.8",
"@angular/cli": "~7.3.8",
"@angular/compiler": "~7.2.2",
"@angular/compiler-cli": "~7.2.2",
"@angular/language-service": "~7.2.2",
"@ionic/angular-toolkit": "~1.5.1",
"@types/node": "~12.0.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zwlccc/ionic4-city-picker.git"
},
"keywords": [
"ionic4",
"city",
"picker",
"city-picker"
],
"author": "zwlccc",
"license": "MIT",
"bugs": {
"url": "https://github.com/zwlccc/ionic4-city-picker/issues"
},
"homepage": "https://github.com/zwlccc/ionic4-city-picker#readme"
}