forked from logbon72/angular-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.17 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
{
"name": "jw-angular-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "0.0.6",
"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": {
"angular": "^1.5.6",
"angular-animate": "^1.5.6",
"angular-aria": "^1.5.6",
"angular-material": "^1.0.9",
"moment": "^2.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/logbon72/angular-material-datetimepicker"
},
"format": "cjs",
"registry": "github",
"peerDependencies": {
"angular": "*"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.8",
"moment": "npm:moment@^2.13.0"
},
"meta": {
"md-data-table.js": {
"deps": [],
"format": "global"
}
}
}
}