-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 704 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": "multipicker",
"version": "1.1.1",
"description": "Multipicker is jQuery plugin for elements selecting using mouse clicks and drag, supports multi selecting.",
"main": "multipicker.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/styopdev/multiPicker.git"
},
"keywords": [
"rangepicker",
"picker",
"selectable",
"form",
"checkbox"
],
"author": "Stepan <styopdev@hotmail.com>",
"license": "MIT ",
"bugs": {
"url": "https://github.com/styopdev/multiPicker/issues"
},
"homepage": "http://styopdev.github.io/multiPicker",
"devDependencies": {
"gulp-qunit": "^1.5.0"
}
}