-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
48
49
50
51
{
"name": "diy-date-picker",
"version": "1.2.7",
"description": "A date picker plugin implemented in native JavaScript.",
"main": "src/diy-date-picker.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "gulp watch",
"build": "gulp",
"lint": "eslint --ext .js src/ --ext .js gulpfile.js",
"lintFix": "eslint --fix --ext .js src/ --fix --ext .js gulpfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Checkson/diy-date-picker.git"
},
"keywords": [
"datepicker",
"dateTimePicker",
"date",
"time",
"picker"
],
"author": "Checkson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Checkson/diy-date-picker/issues"
},
"homepage": "https://github.com/Checkson/diy-date-picker#readme",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jest": "^24.9.0"
}
}