forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.3 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 3.3 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.0.0-semantic-release",
"engines": {
"node": ">=12"
},
"license": "MIT",
"author": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors",
"bugs": {
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"
},
"homepage": "https://dalelotts.github.io/angular-bootstrap-datetimepicker",
"repository": {
"type": "git",
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
},
"keywords": [
"angular 5",
"angular",
"angular5",
"calendar",
"component",
"date picker",
"date time picker",
"date",
"directive",
"moment",
"time picker",
"time"
],
"scripts": {
"build": "ng build",
"build:lib": "ng-packagr -p ng-package.json && npm run build:styles",
"build:styles": "scss-bundle",
"coverage:upload": "cat build/coverage/lcov.info | coveralls",
"document": "compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json --gaID UA-325325-19 -n \"Angular Bootstrap Date/Time Picker\"",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"test": "ng lint && ng test --watch=false --code-coverage && npm run-script test:e2e && ng build --prod && npm run build:lib",
"test:tdd": "ng test",
"test:e2e": "ng e2e",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"peerDependencies": {
"@angular/animations": ">=8.0.0",
"@angular/common": ">=8.0.0",
"@angular/compiler": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@angular/forms": ">=8.0.0",
"@angular/platform-browser": ">=8.0.0",
"@angular/platform-browser-dynamic": ">=8.0.0",
"@angular/router": ">=8.0.0",
"moment": ">=2.0.0",
"rxjs": ">=6.0.0",
"zone.js": ">=0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.18",
"@angular-devkit/build-ng-packagr": "^0.803.25",
"@angular/animations": "^8.2.14",
"@angular/cli": "^8.3.25",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@compodoc/compodoc": "^1.1.11",
"@types/jasmine": "~3.4.6",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^12.12.27",
"bootstrap": "^4.4.1",
"codelyzer": "^5.2.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"jquery": "^3.4.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.2",
"moment": "^2.24.0",
"ng-packagr": "^5.7.1",
"open-iconic": "^1.1.1",
"popper.js": "^1.16.1",
"protractor": "^5.4.3",
"rxjs": "^6.5.4",
"scss-bundle": "^3.0.2",
"semantic-release": "^15.14.0",
"travis-deploy-once": "^5.0.11",
"ts-node": "^8.6.2",
"tsickle": "^0.37.0",
"tslint": "^5.20.1",
"typescript": "~3.5.3",
"zone.js": "~0.9.1"
},
"release": {
"pkgRoot": "dist"
}
}