forked from Mds92/MD.BootstrapPersianDateTimePicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "az.bootstrappersiandatetimepicker",
"version": "1.1.2",
"description": "Persian Date Time Picker with jQuery 3+ & Bootstrap 4+",
"license": "MIT",
"moduleResolution": "node",
"author": {
"name": "Alireza Zerafati",
"email": "[email protected]",
"social": "@azerafati",
"url": "https://azerafati.com"
},
"repository": {
"type": "public",
"url": "https://github.com/azerafati/az.BootstrapPersianDateTimePicker"
},
"homepage": "https://github.com/azerafati/az.BootstrapPersianDateTimePicker",
"files": [
"dist/*"
],
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.3.1"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.5",
"gulp-htmlmin": "^5.0.1",
"gulp-iife": "^0.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"uglify-es": "^3.3.9",
"gulp-babel": "^8.0.0",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-preset-es2015": "^6.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}