alpaca
Version:
Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide
43 lines (42 loc) • 1.31 kB
JSON
{
"author": {
"name": "Jonathan Peterson"
},
"bugs": {
"url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
},
"dependencies": {
"moment": "~2.8.2",
"bootstrap": "^3.0",
"jquery": ">=1.8.3 <2.2.0"
},
"description": "A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-jscs": "latest",
"grunt-string-replace": "latest",
"load-grunt-tasks": "latest",
"grunt-nuget": "^0.1.4"
},
"homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
"keywords": [
"twitter-bootstrap",
"bootstrap",
"datepicker",
"datetimepicker",
"timepicker",
"moment"
],
"license": "MIT",
"main": "src/js/bootstrap-datetimepicker.js",
"name": "bootstrap-datetimepicker",
"repository": {
"type": "git",
"url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
},
"version": "4.14.30"
}