-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 911 Bytes
/
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
{
"name": "angular-customizable-calendar",
"version": "0.1.1",
"description": "A customizable Angular calendar component",
"keywords": [
"Angular",
"calendar"
],
"author": {
"name": "twinssbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Angular-Customizable-Calendar.git"
},
"scripts": {
"build": "rm -rf aot && node_modules/.bin/ngc -p tsconfig-aot.json",
"copy_static_files": "cp -r package.json README.md LICENSE aot/"
},
"main": "./index.js",
"dependencies": {
},
"devDependencies": {
"@angular/common": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/compiler-cli": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"rxjs": "~6.3.3",
"zone.js": "~0.8.26",
"codelyzer": "~4.5.0",
"tslint": "~5.11.0",
"typescript": "~3.1.6"
}
}