-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
37 lines (37 loc) · 881 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
34
35
36
37
{
"name": "multiselect-two-sides",
"version": "2.5.7",
"description": "jQuery multiselect plugin with two sides",
"main": "dist/js/multiselect.min.js",
"unpkg": "dist/js/multiselect.min.js",
"files": [
"dist"
],
"scripts": {
"test": "jasmine",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crlcu/multiselect.git"
},
"keywords": [
"multiselect"
],
"author": "Adrian Crisan <adrian.crisan88@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crlcu/multiselect/issues"
},
"homepage": "https://github.com/crlcu/multiselect#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"standard-version": "^8.0.1"
},
"dependencies": {
"jquery": ">=1.7"
}
}