-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
53
54
{
"name": "select2-theme-bootstrap5",
"version": "0.1.1",
"description": "A theme for Select2 v4 and Bootstrap 5.",
"main": "",
"style": "dist/select2-bootstrap.css",
"homepage": "https://angel-vladov.github.io/select2-theme-bootstrap5",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt nodeunit",
"build": "grunt build",
"serve": "grunt serve"
},
"repository": {
"type": "git",
"url": "git@github.com:angel-vladov/select2-theme-bootstrap5.git"
},
"bugs": {
"url": "https://github.com/angel-vladov/select2-theme-bootstrap5/issues"
},
"keywords": [
"bootstrap",
"select2",
"css",
"sass"
],
"author": "Angel Vladov",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"Respond.js": "github:scottjehl/Respond#1.4.2",
"anchor-js": "^3.2.1",
"autoprefixer": "^6.4.0",
"bootstrap": "^5.1.3",
"diff": "^2.2.3",
"grunt": "^1.0.2",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^1.2.0",
"grunt-jekyll": "^0.4.7",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.1.0",
"grunt-sass-tilde-importer": "^1.0.2",
"grunt-stamp": "^0.3.0",
"matchdep": "^1.0.1"
}
}