-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "ionic2-google-places-autocomplete",
"version": "1.0.2",
"description": "Google Places autocomplete for Ionic 2.2+",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rimraf aot dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/souzadriano/ionic2-google-places-autocomplete.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/souzadriano/ionic2-google-places-autocomplete/issues"
},
"homepage": "https://github.com/souzadriano/ionic2-google-places-autocomplete#readme",
"devDependencies": {
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "^2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"ionic-angular": "2.2.0",
"ionicons": "3.0.0",
"@types/node": "^6.0.49",
"rimraf": "^2.6.1",
"rxjs": "5.0.1",
"sw-toolbox": "3.4.0",
"typescript": "2.0.9",
"zone.js": "0.7.2"
}
}