17 Nov - Static Sites to laravel
This commit is contained in:
parent
610aa1e202
commit
5ff57a21a7
3661 changed files with 569001 additions and 771 deletions
32
public/assets/plugins/bootstrap.daterangepicker/package.json
Normal file
32
public/assets/plugins/bootstrap.daterangepicker/package.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "bootstrap-daterangepicker",
|
||||
"version": "1.3.21",
|
||||
"description": "Date range picker component for Bootstrap",
|
||||
"main": "daterangepicker.js",
|
||||
"style": "daterangepicker-bs3.css",
|
||||
"scripts": {
|
||||
"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",
|
||||
"engines": {
|
||||
"node": "0.10.32",
|
||||
"nmp": "1.4.28"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "^1.10",
|
||||
"moment": "^2.9.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue