UNPKG

sygic-custom-url-ng

Version:
84 lines (83 loc) 2.64 kB
{ "name": "sygic-custom-url-ng", "version": "1.0.4", "description": "sygic custom url ng wrapper", "module": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "prebuild": "rimraf dist tmp && tslint -c tslint.json 'src/**/*.ts'", "build:esm": "npm run ngcompile", "build:umd": "webpack --config ./config/webpack-umd.config.ts", "build": "npm run build:esm", "ci": "npm run test-ci && npm run build && npm run compodoc", "clean:all": "npm run clean:tmp && rimraf node_modules", "clean:tmp": "rimraf coverage dist tmp", "compodoc": "gulp compodoc", "ngc": "ngc", "ngcompile": "ngc -p config/tsconfig-esm.json", "precompodoc": "rimraf docs", "prepare": "npm run build", "prepublishOnly": "npm run test-ci", "test-ci": "karma start ./test-config/karma.conf.ts --single-run", "test": "karma start ./test-config/karma.conf.ts" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/frankkoenigstein/sygic-custom-url-ng.git" }, "keywords": [ "sygic", "custom", "url" ], "author": "frankkoenigstein", "license": "Apache-2.0", "bugs": { "url": "https://github.com/frankkoenigstein/sygic-custom-url-ng/issues" }, "homepage": "https://github.com/frankkoenigstein/sygic-custom-url-ng#readme", "devDependencies": { "@angular/cli": "^1.4.6", "@angular/common": "^4.1.3", "@angular/compiler": "4.1.3", "@angular/compiler-cli": "4.1.3", "@angular/core": "4.1.3", "@angular/platform-browser": "4.1.3", "@angular/platform-browser-dynamic": "4.1.3", "@compodoc/compodoc": "^1.0.1", "@compodoc/gulp-compodoc": "0.0.7", "@types/jasmine": "^2.6.0", "@types/karma": "^1.7.0", "@types/webpack": "^3.0.13", "awesome-typescript-loader": "^3.2.3", "core-js": "^2.5.1", "gulp": "^3.9.1", "istanbul-instrumenter-loader": "^3.0.0", "jasmine-core": "^2.8.0", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^1.3.0", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.5", "rimraf": "^2.6.2", "sygic-custom-url": "^1.0.9", "ts-node": "^3.3.0", "tslint": "^5.7.0", "typescript": "^2.5.3", "webpack": "^3.6.0", "webpack-angular-externals": "^1.0.2", "webpack-rxjs-externals": "^1.0.0" }, "peerDependencies": { "@angular/common": "^4.x.x", "@angular/core": "^4.x.x", "rxjs": "^5.4.3", "sygic-custom-url": "^1.0.7", "zone.js": "^0.8.18" } }