forked from Agranom/ngx-material-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.79 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ngx-material-timepicker",
"description": "Handy material design timepicker for angular",
"version": "2.13.0",
"license": "MIT",
"author": "Vitalii Boiko <boyko330@gmail.com>",
"keywords": [
"angular",
"angular 2",
"angular 4",
"angular 5",
"angular 6",
"angular 7",
"material design",
"timepicker",
"material timepicker",
"ngx timepicker",
"angular timepicker",
"ng timepicker"
],
"repository": {
"type": "git",
"url": "https://github.com/Agranom/ngx-material-timepicker.git"
},
"bugs": {
"url": "https://github.com/Agranom/ngx-material-timepicker/issues"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"lint": "ng lint",
"test": "ng test --watch=false --code-coverage --browsers ChromeHeadlessNoSandbox",
"test:watch": "ng test --code-coverage",
"codecov": "codecov",
"packagr": "ng-packagr -p ng-package.json",
"publish": "run-s packagr && npm publish dist",
"gh-publish": "ng build --prod --base-href ngx-material-timepicker && gh-pages -d dist"
},
"types": ".src/app/material-timepicker/index.d.ts",
"private": false,
"peerDependencies": {
"moment": "^2.21.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.5",
"@angular/animations": "^7.0.3",
"@angular/cli": "^7.0.5",
"@angular/common": "^7.0.3",
"@angular/compiler": "^7.0.3",
"@angular/compiler-cli": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/forms": "^7.0.3",
"@angular/http": "^7.0.3",
"@angular/language-service": "^7.0.3",
"@angular/platform-browser": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",
"@angular/router": "^7.0.3",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codecov": "^3.1.0",
"codelyzer": "^4.0.1",
"core-js": "^2.4.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"moment": "^2.21.0",
"ng-packagr": "^4.4.0",
"ngx-material-timepicker": "^2.8.3",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.3",
"protractor": "~5.1.2",
"rxjs": "^6.3.3",
"travis-deploy-once": "^5.0.0",
"ts-node": "~4.1.0",
"tsickle": "^0.34.0",
"tslint": "~5.9.1",
"typescript": "3.1.6",
"zone.js": "^0.8.26"
}
}