|
1 | 1 | { |
2 | | - "name": "client", |
3 | | - "version": "0.0.0", |
| 2 | + "name": "ngs-breadcrumbs-light", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Angular Breadcrumbs customizable and easy to use component & service", |
4 | 5 | "scripts": { |
5 | 6 | "ng": "ng", |
6 | 7 | "start": "ng serve", |
7 | | - "build": "ng build --prod=true", |
| 8 | + "build": "ng build AngularBreadcrumbsLight", |
8 | 9 | "test": "ng test", |
9 | | - "lint": "ng lint", |
10 | | - "e2e": "ng e2e", |
11 | 10 | "lint": "tslint -p tsconfig.json", |
12 | | - "release": "npm run build && npm publish" |
| 11 | + "e2e": "ng e2e", |
| 12 | + "deploy": "ng build --prod --base-href \"https://mopcweb.github.io/angular-breadcrumbs-light\"", |
| 13 | + "release": "npm run build && cd dist/angular-breadcrumbs-light && npm publish" |
13 | 14 | }, |
14 | 15 | "private": true, |
15 | 16 | "dependencies": { |
|
37 | 38 | "@angular/cli": "~7.3.9", |
38 | 39 | "@angular/compiler-cli": "~7.2.0", |
39 | 40 | "@angular/language-service": "~7.2.0", |
40 | | - "@types/node": "~8.9.4", |
41 | 41 | "@types/jasmine": "~2.8.8", |
42 | 42 | "@types/jasminewd2": "~2.0.3", |
| 43 | + "@types/node": "~8.9.4", |
| 44 | + "angular-cli-ghpages": "^0.5.3", |
43 | 45 | "codelyzer": "~4.5.0", |
44 | 46 | "jasmine-core": "~2.99.1", |
45 | 47 | "jasmine-spec-reporter": "~4.2.1", |
|
55 | 57 | "tslib": "^1.9.0", |
56 | 58 | "tslint": "~5.11.0", |
57 | 59 | "typescript": "~3.2.2" |
58 | | - } |
| 60 | + }, |
| 61 | + "keywords": [ |
| 62 | + "Angular", |
| 63 | + "Breadcrumbs", |
| 64 | + "angular-breadcrumbs" |
| 65 | + ], |
| 66 | + "author": "Daniil Moroz", |
| 67 | + "license": "MIT", |
| 68 | + "repository": { |
| 69 | + "type": "git", |
| 70 | + "url": "https://github.com/mopcweb/angular-breadcrumbs-light" |
| 71 | + }, |
| 72 | + "homepage": "https://mopcweb.github.io/angular-breadcrumbs-light" |
59 | 73 | } |
0 commit comments