|
1 | 1 | {
|
2 | 2 | "name": "toppy-app",
|
3 | 3 | "version": "1.0.10",
|
| 4 | + "description": "Overlay library for Angular 7+", |
| 5 | + "keywords": [ |
| 6 | + "angular", |
| 7 | + "dropdown", |
| 8 | + "modal", |
| 9 | + "overlay", |
| 10 | + "popover", |
| 11 | + "popup", |
| 12 | + "sidebar", |
| 13 | + "tooltip" |
| 14 | + ], |
| 15 | + "homepage": "https://github.com/lokesh-coder/toppy", |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/lokesh-coder/toppy/issues" |
| 18 | + }, |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "https://github.com/lokesh-coder/toppy" |
| 22 | + }, |
| 23 | + "license": "MIT", |
| 24 | + "author": { |
| 25 | + "name": "Lokesh Rajendran", |
| 26 | + "email": "mexican.dirtyfellow@gmail.com", |
| 27 | + "url": "https://github.com/lokesh-coder" |
| 28 | + }, |
4 | 29 | "scripts": {
|
5 |
| - "ng": "ng", |
6 |
| - "start": "ng serve", |
| 30 | + "archive:app": "node ./bin/archive.js", |
7 | 31 | "build:app": "ng build --prod",
|
8 | 32 | "build:lib": "ng build toppy",
|
| 33 | + "e2e": "ng e2e", |
| 34 | + "lint": "ng lint", |
| 35 | + "ng": "ng", |
| 36 | + "postpublish": "node ./bin/gh-pages.js", |
| 37 | + "release": "semantic-release", |
| 38 | + "start": "ng serve", |
9 | 39 | "test": "npm run test:lib",
|
10 | 40 | "test:app": "ng test --project toppy-app",
|
11 | 41 | "test:lib": "ng test --project toppy",
|
12 |
| - "lint": "ng lint", |
13 |
| - "e2e": "ng e2e", |
14 |
| - "release": "semantic-release", |
15 |
| - "travis-deploy-once": "travis-deploy-once", |
16 |
| - "archive:app": "node ./bin/archive.js", |
17 |
| - "postpublish": "node ./bin/gh-pages.js" |
| 42 | + "travis-deploy-once": "travis-deploy-once" |
18 | 43 | },
|
19 | 44 | "dependencies": {
|
20 | 45 | "@angular/animations": "~7.0.0",
|
|
0 commit comments