forked from logbon72/angular-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 769 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-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "1.4.1",
"keywords": [
"css",
"js",
"mobile-first",
"angular",
"material",
"angular-material",
"responsive",
"front-end",
"web"
],
"homepage": "http://logbon72.github.io/angular-material-datetimepicker/",
"main": "js/angular-material-datetimepicker.js",
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"moment": "~2.10.2",
"angular-material": "~1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/logbon72/angular-material-datetimepicker"
}
}