forked from 0xdRZ/foopicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 698 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 698 Bytes
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
{
"name": "foopicker",
"version": "0.3.4",
"description": "Pure JavaScript date picker",
"main": "foopicker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yogasaikrishna/foopicker.git"
},
"keywords": [
"datepicker",
"calendar"
],
"author": "Yogasaikrishna",
"license": "MIT",
"bugs": {
"url": "https://github.com/yogasaikrishna/foopicker/issues"
},
"homepage": "https://github.com/yogasaikrishna/foopicker#readme",
"devDependencies": {
"browser-sync": "^2.10.0",
"eslint": "^6.4.0",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.1",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"mocha": "^2.3.4"
}
}