|
1 | 1 | {
|
2 |
| - "name": "ng2-filter-pipe", |
3 |
| - "version": "0.1.10", |
| 2 | + "name": "ngx-filter-pipe", |
| 3 | + "version": "1.0.0", |
4 | 4 | "author": "Vadym Yatsyuk <[email protected]>",
|
5 | 5 | "license": "MIT",
|
6 |
| - "angular-cli": {}, |
7 | 6 | "scripts": {
|
8 | 7 | "start": "ng server",
|
9 |
| - "typings": "typings install", |
10 | 8 | "lint": "tslint \"src/**/*.ts\"",
|
11 | 9 | "test": "ng test --watch=false",
|
12 | 10 | "pree2e": "webdriver-manager update",
|
13 | 11 | "e2e": "protractor",
|
14 |
| - "minify": "uglifyjs ./dist/app/shared/ng2-filter.pipe.js --compress --mangle --output ./ng2-filter.pipe.min.js --source-map ./ng2-filter.pipe.min.js.map", |
15 |
| - "build": "ngc -p tsconfig.json" |
| 12 | + "minify": "uglifyjs ./dist/app/shared/ngx-filter.pipe.js --compress --mangle --output ./ngx-filter.pipe.min.js --source-map ./ngx-filter.pipe.min.js.map", |
| 13 | + "build": "rimraf dist && tsc -p tsconfig-esm.json && mkdir ./dist/bundles && rollup -c rollup.config.js dist/index.js > dist/bundles/ngx-filter-pipe.umd.js && ngc -p tsconfig.json" |
16 | 14 | },
|
17 | 15 | "repository": {
|
18 | 16 | "type": "git",
|
19 |
| - "url": "git+https://[email protected]/VadimDez/ng2-filter-pipe.git" |
| 17 | + "url": "git+https://[email protected]/VadimDez/ngx-filter-pipe.git" |
20 | 18 | },
|
21 | 19 | "bugs": {
|
22 |
| - "url": "https://github.com/VadimDez/ng2-filter-pipe/issues" |
| 20 | + "url": "https://github.com/VadimDez/ngx-filter-pipe/issues" |
23 | 21 | },
|
24 |
| - "homepage": "https://github.com/VadimDez/ng2-filter-pipe#readme", |
| 22 | + "homepage": "https://github.com/VadimDez/ngx-filter-pipe#readme", |
25 | 23 | "peerDependencies": {
|
26 | 24 | "@angular/core": ">=2.2.3"
|
27 | 25 | },
|
28 |
| - "dependencies": { |
29 |
| - "typings": "^2.0.0" |
30 |
| - }, |
| 26 | + "dependencies": {}, |
31 | 27 | "devDependencies": {
|
32 | 28 | "@angular/common": "^4.0.1",
|
33 | 29 | "@angular/compiler": "^4.0.1",
|
|
37 | 33 | "@angular/http": "^4.0.1",
|
38 | 34 | "@angular/platform-browser": "^4.0.1",
|
39 | 35 | "@angular/platform-browser-dynamic": "^4.0.1",
|
40 |
| - "@types/core-js": "0.9.34", |
41 | 36 | "@types/jasmine": "^2.5.47",
|
42 | 37 | "@types/node": "^6.0.51",
|
43 | 38 | "@types/phantom": "3.2.1",
|
|
57 | 52 | "material-design-lite": "^1.3.0",
|
58 | 53 | "protractor": "^5.1.1",
|
59 | 54 | "reflect-metadata": "^0.1.10",
|
| 55 | + "rollup": "^0.43.0", |
| 56 | + "rollup-plugin-commonjs": "^8.0.2", |
| 57 | + "rollup-plugin-node-resolve": "^3.0.0", |
60 | 58 | "rxjs": "^5.2.1-smooth",
|
61 | 59 | "systemjs": "^0.20.11",
|
62 | 60 | "ts-node": "^3.0.2",
|
|
65 | 63 | "uglifyjs": "^2.4.10",
|
66 | 64 | "zone.js": "^0.8.5"
|
67 | 65 | },
|
68 |
| - "main": "dist/index.js", |
69 |
| - "typings": "dist/index.d.ts", |
| 66 | + "main": "dist/bundles/ngx-filter-pipe.umd.js", |
| 67 | + "module": "dist/index.js", |
| 68 | + "types": "dist/index.d.ts", |
70 | 69 | "files": [
|
71 | 70 | "dist"
|
72 | 71 | ],
|
73 | 72 | "keywords": [
|
74 | 73 | "angular",
|
75 | 74 | "angular2",
|
| 75 | + "angular4", |
76 | 76 | "filter",
|
77 | 77 | "pipe"
|
78 | 78 | ]
|
|
0 commit comments