forked from jonaszuberbuehler/ion-affix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "ion-affix",
"version": "1.1.2",
"description": "A directive for Ionic framework for creating affix ion-list-headers.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonaszuberbuehler/ion-affix.git"
},
"keywords": [
"ionic4",
"affix",
"fixed header"
],
"author": "Jonas Zuberbuehler <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonaszuberbuehler/ion-affix/issues"
},
"homepage": "https://github.com/jonaszuberbuehler/ion-affix#readme",
"devDependencies": {
"@angular/common": "^7.2.2",
"@angular/compiler": "^7.2.2",
"@angular/compiler-cli": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@ionic/angular": "^4.11.2",
"rxjs": "~6.3.3",
"rxjs-compat": "~6.3.3",
"typescript": "~3.1.6",
"zone.js": "~0.8.29"
},
"bundledDependencies": [
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/core"
],
"peerDependencies": {
"@ionic/angular": "^4.11.2"
}
}