forked from gbrits/ionic-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "ionic3-calendar-en",
"version": "1.0.8",
"description": "An event calendar component for the Ionic hybrid mobile development platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbrits/ionic-calendar.git"
},
"author": "gbrits_0",
"license": "ISC",
"bugs": {
"url": "https://github.com/gbrits/ionic-calendar/issues"
},
"homepage": "https://github.com/gbrits/ionic-calendar#readme",
"peerDependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"ionic-angular": "3.5.0",
"rxjs": "5.4.0",
"zone.js": "0.8.12",
"lodash": "^4.17.4",
"moment": "^2.18.1"
},
"devDependencies": {
"typescript": "2.3.4"
}
}