forked from logbon72/angular-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 799 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
37
38
{
"name": "bootstrap-material-datetimepicker",
"description": ".",
"version": "2.0.0",
"keywords": [
"css",
"js",
"mobile-first",
"responsive",
"front-end",
"web"
],
"homepage": "https://github.com/drblue/bootstrap-material-datetimepicker",
"main": [
"js/bootstrap-material-datetimepicker.js",
"css/bootstrap-material-datetimepicker.css"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"moment": "~2.10.2",
"bootstrap": "~3.3.4",
"jquery": "1.11.0",
"bootstrap-material-design": "~0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/drblue/bootstrap-material-datetimepicker"
}
}