This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
82 lines (82 loc) · 2.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ng2-search-filter",
"version": "0.5.1",
"description": "Angular 2/4/5 filter to make custom search",
"scripts": {
"tests": "jasmine-ts src/**/*.spec.ts",
"start": "ng server",
"build": "ng-packagr -p package.json",
"publish": "npm publish dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solodynamo/ng2-search-filter.git"
},
"keywords": [
"angular 2",
"angular 4",
"angular 5",
"angular2",
"angular4",
"angular5",
"search",
"filter",
"ng2",
"angular",
"pipe"
],
"devDependencies": {
"@angular/core": "^2",
"@angular/common": "2.2.3",
"@angular/compiler": "2.2.3",
"@angular/compiler-cli": "2.2.3",
"@angular/forms": "2.2.3",
"@angular/http": "2.2.3",
"@angular/platform-browser": "2.2.3",
"@angular/platform-browser-dynamic": "2.2.3",
"@types/core-js": "^0.9.34",
"@types/jasmine": "^2.8.5",
"@types/node": "^6.0.51",
"@types/phantom": "0.0.29",
"@types/protractor": "^1.5.20",
"@types/selenium-webdriver": "2.44.*",
"@types/systemjs": "^0.19.31",
"angular-cli-ghpages": "^0.3.2",
"codelyzer": "1.0.0-beta.4",
"ember-cli-inject-live-reload": "^1.4.1",
"es6-shim": "^0.35.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"jasmine-spec-reporter": "^2.7.0",
"jasmine-ts": "^0.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"material-design-lite": "^1.2.1",
"ng-packagr": "^1.6.0",
"protractor": "^4.0.11",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-rc.3",
"systemjs": "0.19.41",
"ts-node": "^1.7.0",
"tslint": "^4.0.0",
"typescript": "^2.0.10",
"typings": "^2.0.0",
"uglifyjs": "^2.4.10",
"zone.js": "^0.6.26"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "solodynamo",
"license": "MIT",
"bugs": {
"url": "https://github.com/solodynamo/ng2-search-filter/issues"
},
"ngPackage": {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts"
}
},
"homepage": "https://github.com/solodynamo/ng2-search-filter#readme"
}