-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "ng2-filters",
"version": "0.1.3",
"description": "pipes (filters) for angular 2 templates",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"clean": "rimraf *.js *.js.* *.d.ts ./src/*.js ./src/*.js.* ./src/*.d.ts",
"prepublish": "tsc",
"build": "npm run clean && npm run prepublish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@angular/common": "~2.1.1",
"typescript": "^2.0.6"
},
"devDependencies": {
"@angular/compiler": "~2.1.1",
"@angular/core": "~2.1.1",
"@angular/forms": "~2.1.1",
"@angular/http": "~2.1.1",
"@angular/platform-browser": "~2.1.1",
"@angular/platform-browser-dynamic": "~2.1.1",
"@angular/router": "~3.1.1",
"@angular/upgrade": "~2.1.1",
"rxjs": "^5.0.0-rc.1",
"typings": "^1.4.0"
},
"keywords": [
"Angular",
"Angular 2",
"Angular2",
"Angularjs",
"typescript",
"pipes",
"filters",
"front end",
"front-end",
"javascript",
"es6",
"templates"
],
"author": "Khaled Al-Ansari <khaledelansari@gmail.com> (http://khaledelansari.com/)",
"license": "MIT",
"repository": {
"url": "git+https://github.com/KhaledElAnsari/ng2-filters.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/KhaledElAnsari/ng2-filters/issues"
},
"homepage": "https://github.com/KhaledElAnsari/ng2-filters#readme"
}