-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.16 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "selectize-bootstrap4-theme",
"version": "2.0.2",
"license": "Apache-2.0",
"main": "index.js",
"description": "Selectize Theme for Bootstrap 4",
"keywords": [
"bootstrap",
"bootstrap4",
"css",
"sass",
"scss",
"select",
"selectize",
"theme",
"web"
],
"author": "Constantine Seleznyoff (const.seoff@gmail.com)",
"homepage": "https://github.com/const-se/selectize-bootstrap4-theme#readme",
"dependencies": {
"bootstrap": "^4.1.3"
},
"peerDependencies": {
"selectize": "^0.12.6"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"lodash": "^4.17.10",
"selectize": "^0.12.6"
},
"files": [
"dist/css/*.css",
"scss/*.scss"
],
"engines": {
"node": ">=6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/const-se/selectize-bootstrap4-theme.git"
},
"bugs": {
"url": "https://github.com/const-se/selectize-bootstrap4-theme/issues"
},
"sass": "scss/selectize.bootstrap4.scss",
"style": "dist/css/selectize.bootstrap4.css"
}