You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
685 B
35 lines
685 B
5 years ago
|
{
|
||
|
"name": "bootstrap-material-datetimepicker",
|
||
|
"description": ".",
|
||
|
"version": "2.7.1",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"js",
|
||
|
"mobile-first",
|
||
|
"responsive",
|
||
|
"front-end",
|
||
|
"web"
|
||
|
],
|
||
|
"homepage": "https://github.com/t00rk/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": {
|
||
|
"momentjs": "~2.10.2",
|
||
|
"bootstrap": "~3.3.4",
|
||
|
"jquery": "1.12.3",
|
||
|
"bootstrap-material-design": "~0.3.0"
|
||
|
}
|
||
|
}
|