UNPKG

google-maps-ng2

Version:
59 lines (58 loc) 1.72 kB
{ "name": "google-maps-ng2", "version": "1.0.10", "scripts": { "transpile": "ngc", "package": "rollup -c", "minify": "uglifyjs dist/bundles/google-maps-ng2.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/google-maps-ng2.umd.min.js", "build": "npm run transpile && npm run package && npm run minify", "lint": "tslint src/**/*.ts", "tsc": "tsc", "release": "npm run tsc && npm run package && npm publish" }, "repository": { "type": "git", "url": "https://github.com/mjaric/google-maps-ng2" }, "author": { "name": "Milan Jaric", "email": "milan.jaric@gmail.com" }, "keywords": [ "angular", "angular2", "ng2", "googlemaps", "google.maps", "google-maps", "google maps" ], "license": "MIT", "bugs": { "url": "https://github.com/mjaric/google-maps-ng2/issues" }, "main": "./dist/bundle/google-maps-ng2.udm.js", "module": "index.js", "typings": "./dist/index.d.ts", "dependencies": {}, "devDependencies": { "@angular/common": "^5.1.1", "@angular/compiler": "^5.1.1", "@angular/compiler-cli": "^5.1.1", "@angular/core": "^5.1.1", "@types/googlemaps": "^3.25.42", "@angular/platform-browser-dynamic": "^5.1.1", "@angular/platform-browser": "^5.1.1", "codelyzer": "^4.0.2", "rollup": "^0.41.6", "rxjs": "^5.5.5", "tslint": "^5.0.0", "typescript": "2.4.2", "uglify-js": "^2.8.21", "zone.js": "^0.8.18" }, "engines": { "node": ">=8.0.0" } }