forked from nekken/ng2-fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "angular2-fullcalendar",
"version": "1.0.15",
"description": "Angular2 component for FullCalendar",
"main": "index.js",
"scripts": {
"prepublish": "node_modules/typescript/bin/tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nekken/ng2-fullcalendar.git"
},
"keywords": [
"fullcalendar",
"angular 2",
"angular",
"calendar"
],
"author": "Ken Nguyen <[email protected]> (http://nekken.ca)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nekken/ng2-fullcalendar/issues"
},
"homepage": "https://github.com/nekken/ng2-fullcalendar#readme",
"dependencies": {
"@angular/common": "^2.0.1",
"@angular/core": "^2.0.1",
"@angular/forms": "^2.0.1",
"fullcalendar": "^3.0.1",
"@types/node": "^6.0.42",
"@types/fullcalendar": "^2.7.35",
"@types/jquery": "^2.0.34",
"@types/moment": "^2.11.29"
},
"devDependencies": {
"@angular/compiler": "^2.0.1",
"@angular/platform-browser": "^2.0.1",
"ng2-datepicker": "^2.0.0-dev5",
"rxjs": "^5.0.0-rc.3",
"typescript": "^2.0.9"
}
}