@ioniczoo/eagle-map-component
Version:
Map Component for Ionic
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "@ioniczoo/eagle-map-component",
"version": "0.0.3",
"description": "Map Component for Ionic",
"main": "index.ts",
"scripts": {
"build": "tsc --noStrictGenericChecks",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/IonicZoo/eagle-map-component.git"
},
"keywords": [
"ionic",
"ionic2",
"component",
"typescript",
"angular",
"map",
"googlemaps",
"maps",
"streat",
"staticmap",
"staticmaps",
"app",
"ioniczoo"
],
"author": "André Argôlo",
"license": "SEE LICENSE IN GNU GPLv3",
"bugs": {
"url": "https://gitlab.com/IonicZoo/eagle-map-component/issues"
},
"homepage": "https://ioniczoo.gitlab.io",
"devDependencies": {
"typescript": "^2.4.2"
},
"dependencies": {
"@angular/core": "^4.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.8.12"
}
}