bootstrap-datetimepicker-sass
Version:

37 lines (36 loc) • 768 B
JSON
{
"name": "soundasleep-bootstrap-datetimepicker-sass",
"version": "3.0.3",
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js"
],
"dependencies": {
"jquery": ">=1.8.3",
"bootstrap-sass-official": ">= 3.0",
"moment": ">=2.4.0"
},
"homepage": "https://github.com/soundasleep/bootstrap-datetimepicker-sass",
"authors": [
"soundasleep"
],
"description": "bootstrap3 datetimepicker using SASS",
"keywords": [
"twitter-bootstrap",
"bootstrap",
"datepicker",
"datetimepicker",
"timepicker",
"moment",
"sass"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}