-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.88 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ngbe-datetime-picker",
"version": "0.0.0-development",
"license": "MIT",
"author": "https://github.com/adnanonline/ngbe-datetime-picker/graphs/contributors",
"bugs": {
"url": "https://github.com/adnanonline/ngbe-datetime-picker/issues"
},
"homepage": "https://adnan.space/ngbe-datetime-picker",
"repository": {
"type": "git",
"url": "https://github.com/adnanonline/ngbe-datetime-picker.git"
},
"scripts": {
"build": "ng build",
"build:lib": "ng-packagr -p ng-package.json",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve"
},
"keywords": [
"angular 5",
"angular",
"calendar",
"component",
"date picker",
"date time picker",
"time picker",
"time",
"date",
"bootstrap",
"ng-boostrap"
],
"peerDependencies": {
"@angular/common": ">=5.0.0",
"@angular/core": ">=5.0.0",
"@angular/platform-browser": ">=5.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0",
"bootstrap": ">=4.0.0-beta.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0"
},
"devDependencies": {
"@angular/animations": "^5.2.4",
"@angular/cli": "^1.6.8",
"@angular/common": "^5.2.4",
"@angular/compiler": "^5.2.4",
"@angular/compiler-cli": "^5.2.4",
"@angular/core": "^5.2.4",
"@angular/forms": "^5.2.4",
"@angular/http": "^5.2.4",
"@angular/language-service": "^5.2.4",
"@angular/platform-browser": "^5.2.4",
"@angular/platform-browser-dynamic": "^5.2.4",
"@angular/router": "^5.2.4",
"@types/node": "~9.4.6",
"bootstrap": "^4.0.0",
"core-js": "^2.5.3",
"ng-packagr": "^2.1.0",
"rxjs": "^5.5.6",
"stylelint": "^9.1.1",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "~2.6.2",
"zone.js": "^0.8.20",
"@ng-bootstrap/ng-bootstrap": "^1.0.0",
"ng4-click-outside": "^1.0.1",
"npm": "^5.7.1"
},
"dependencies": {
}
}