PHP Classes

File: vendors/gentelella/vendors/bootstrap-daterangepicker/package.json

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/bootstrap-daterangepicker/package.json   Download  
File: vendors/gentelella/vendors/bootstrap-daterangepicker/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 894 bytes
 

Contents

Class file image Download
{ "name": "bootstrap-daterangepicker", "version": "2.1.24", "description": "Date range picker component for Bootstrap", "main": "daterangepicker.js", "style": "daterangepicker.css", "scripts": { "scss": "node-sass daterangepicker.scss > daterangepicker.css", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/dangrossman/bootstrap-daterangepicker.git" }, "author": { "name": "Dan Grossman", "email": "dan@dangrossman.info", "url": "http://www.dangrossman.info" }, "license": "MIT", "bugs": { "url": "https://github.com/dangrossman/bootstrap-daterangepicker/issues" }, "homepage": "https://github.com/dangrossman/bootstrap-daterangepicker", "dependencies": { "jquery": ">=1.10", "moment": "^2.9.0" }, "devDependencies": { "node-sass": "^3.4.2" } }