-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
38
39
{
"name": "fa-bootstrap-chosen",
"version": "1.0.0",
"description": "The fa-bootstrap-chosen is a style that you can use the popular chosen library with Bootstrap.",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0"
},
"config": {
"bower_directory": "src/vendor"
},
"scripts": {
"bower-install": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocket-turtle/fa-bootstrap-chosen.git"
},
"keywords": [
"bootstrap",
"chosen",
"multiselect",
"dropdown",
"select",
"input",
"form",
"ui"
],
"author": "Jonas S <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rocket-turtle/fa-bootstrap-chosen/issues"
},
"homepage": "http://rocket-turtle.github.io/fa-bootstrap-chosen/"
}