-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
28 lines (28 loc) · 991 Bytes
/
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
{
"name": "datepair.js",
"description": "A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar.",
"homepage": "http://jonthornton.github.com/Datepair.js",
"version": "0.4.19",
"main": "dist/datepair.js",
"author": {
"name": "Jon Thornton",
"url": "https://github.com/jonthornton"
},
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup -w --config rollup.config.js",
"format": "prettier-eslint --write \"src/**/*.js\""
},
"repository": {
"type" : "git",
"url" : "https://github.com/jonthornton/Datepair.js.git"
},
"license": "MIT",
"devDependencies": {
"prettier-eslint": "^9.0.2",
"prettier-eslint-cli": "^5.0.0",
"rollup": "^2.38.5",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [ "timepicker", "datepicker", "time", "date", "picker", "ui", "calendar", "input", "form" ]
}