UNPKG

@firestitch/address

Version:
127 lines (126 loc) 3.78 kB
{ "name": "@firestitch/address", "description": "@firestitch/address", "version": "0.1.26", "repository": { "type": "git", "url": "https://github.com/Firestitch/fs-address" }, "author": { "name": "Firestitch", "email": "admin@firestitch.com" }, "keywords": [ "angular" ], "license": "MIT", "bugs": { "url": "https://github.com/Firestitch/fs-address/issues" }, "main": "package/index.js", "typings": "package/index.d.ts", "scripts": { "package": "cd tools && npm run package", "package:publish": "cd tools && npm run package:publish", "demo:build": "cd tools && npm run demo:build", "serve": "cd tools && npm run serve" }, "devDependencies": { "@angular/animations": "^5.2.4", "@angular/cdk": "^5.2.0", "@angular/common": "^5.2.4", "@angular/compiler": "^5.2.4", "@angular/compiler-cli": "^5.2.4", "@angular/core": "^5.2.4", "@angular/flex-layout": "2.0.0-beta.10-4905443", "@angular/forms": "^5.2.4", "@angular/http": "^5.2.4", "@angular/material": "^5.2.0", "@angular/platform-browser": "^5.2.4", "@angular/platform-browser-dynamic": "^5.2.4", "@compodoc/compodoc": "^1.0.5", "@firestitch/common": "^0.2.22", "@firestitch/example": "^0.2.1", "@firestitch/iframe": "^0.1.5", "@types/googlemaps": "^3.30.2", "@types/jasmine": "2.5.53", "@types/node": "^6.0.99", "@agm/core": "^1.0.0-beta.2", "highlight.js": "^9.9.0", "lodash": "^4.17.5", "angular-in-memory-web-api": "^0.3.2", "angular-router-loader": "^0.8.2", "angular2-template-loader": "^0.6.2", "awesome-typescript-loader": "^3.4.1", "babel-core": "^6.26.0", "codelyzer": "~3.2.0", "concurrently": "^3.4.0", "copy-webpack-plugin": "^4.4.1", "core-js": "^2.5.3", "cpx": "^1.5.0", "css-loader": "^0.28.8", "css-to-string-loader": "^0.1.3", "del": "^2.2.2", "directory-tree-webpack-plugin": "^0.2.0", "extract-text-webpack-plugin": "^3.0.2", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-regex-rename": "^0.1.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "gulp-rollup": "^2.15.0", "html-webpack-plugin": "^2.30.1", "inquirer": "^4.0.1", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", "karma": "~1.7.0", "karma-chrome-launcher": "~2.1.1", "karma-cli": "~1.0.1", "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "^1.1.1", "karma-jasmine-html-reporter": "^0.2.2", "lite-server": "^2.3.0", "node-sass": "^4.5.2", "node-sass-tilde-importer": "^1.0.0", "node-watch": "^0.5.7", "npm-run-all": "^4.1.2", "postcss-cssnext": "^3.0.2", "postcss-flexbugs-fixes": "^3.2.0", "postcss-loader": "^2.1.0", "protractor": "~5.1.2", "raw-loader": "^0.5.1", "replace": "^0.3.0", "resolve-url-loader": "^2.2.1", "rollup": "^0.49.3", "run-sequence": "^1.2.2", "rxjs": "^5.5.5", "sass-loader": "^6.0.6", "style-loader": "^0.19.1", "systemjs": "^0.20.12", "to-string-loader": "^1.1.5", "ts-node": "~3.2.0", "tslint": "~5.7.0", "typescript": "~2.4.2", "ucfirst": "^1.0.0", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.0", "webpack-dll-bundles-plugin": "^1.0.0-beta.5", "webpack-merge": "^4.1.1", "webpack-node-externals": "^1.6.0", "zone.js": "^0.8.14", "http-server": "^0.11.1", "@firestitch/form": "^1.0.3" }, "engines": { "node": ">=6.0.0" }, "peerDependencies": { "rxjs": ">=5.1.0", "zone.js": ">=0.8.4", "@firestitch/form": ">=1.0.3", "@angular/material": ">=5.0.1", "@types/googlemaps": ">=3.2.0", "@agm/core": ">=1.0.0-beta.2", "lodash": ">=4.17.0" } }