-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 902 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
29
30
31
32
33
{
"name": "jquery-time-duration-picker",
"version": "2.2.7",
"description": "jQuery-UI browser widget for duration selection",
"keywords": [
"date",
"duration",
"jquery",
"picker",
"time",
"widget"
],
"homepage": "https://github.com/digaev/jquery-time-duration-picker#readme",
"bugs": {
"url": "https://github.com/digaev/jquery-time-duration-picker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digaev/jquery-time-duration-picker.git"
},
"license": "MIT",
"author": "Nikolay Digaev <[email protected]>",
"scripts": {
"build": "uglifyjs ./src/jquery-time-duration-picker.js -o ./dist/jquery-time-duration-picker.min.js",
"test": "xdg-open ./tests/index.html"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-jquery": "^2.0.0",
"qunit": "^2.18.1",
"uglify-js": "^3.6.0"
}
}