-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
31 lines (31 loc) · 865 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
{
"name": "bootstrap-dropselect",
"version": "1.1.4",
"description": "A simple jQuery plugin that extends bootstrap's dropdown menu into a select menu",
"style": "bootstrap-dropselect.css",
"less": "bootstrap-dropselect.less",
"main": "bootstrap-dropselect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lodev09/bootstrap-dropselect.git"
},
"keywords": [
"jquery-plugin",
"bootstrap-dropselect",
"dropselect",
"dropdown"
],
"author": "Jovanni Lo <lodev09@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lodev09/bootstrap-dropselect/issues"
},
"homepage": "https://github.com/lodev09/bootstrap-dropselect#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.2.1"
}
}