Add files via upload

This commit is contained in:
Giandonato Inverso
2020-09-08 18:41:51 +02:00
committed by GitHub
parent 0ca8bd7cb2
commit cd00141252
9 changed files with 1444 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "daterangepicker",
"main": [
"daterangepicker.js",
"daterangepicker.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"moment.js",
"moment.min.js"
],
"dependencies": {
"jquery": "1.9.1 - 3",
"moment": ">=2.9.0"
}
}