Path: blob/master/web-gui/buildyourownbotnet/assets/js/daterangepicker/package.json
1293 views
{1"name": "bootstrap-daterangepicker",2"version": "1.3.21",3"description": "Date range picker component for Bootstrap",4"main": "daterangepicker.js",5"style": "daterangepicker-bs3.css",6"scripts": {7"test": "echo \"Error: no test specified\" && exit 1"8},9"repository": {10"type": "git",11"url": "https://github.com/dangrossman/bootstrap-daterangepicker.git"12},13"author": {14"name": "Dan Grossman",15"email": "[email protected]",16"url": "http://www.dangrossman.info"17},18"license": "MIT",19"bugs": {20"url": "https://github.com/dangrossman/bootstrap-daterangepicker/issues"21},22"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",23"engines": {24"node": "0.10.32",25"nmp": "1.4.28"26},27"dependencies": {28"jquery": "^1.10",29"moment": "^2.9.0"30}31}323334