-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
{
"name": "ion-affix",
"version": "1.1.1",
"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": [
"ionic",
"ionic2",
"ionic3",
"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": "5.0.1",
"@angular/compiler": "5.0.1",
"@angular/compiler-cli": "5.0.1",
"@angular/core": "5.0.1",
"@angular/forms": "5.0.1",
"@angular/http": "5.0.1",
"@angular/platform-browser": "5.0.1",
"@angular/platform-browser-dynamic": "5.0.1",
"ionic-angular": "3.9.2",
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3",
"typescript": "2.4.2",
"zone.js": "0.8.18"
},
"peerDependencies": {
"ionic-angular": "^3.0.0"
}
}