-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathpackage.json
63 lines (63 loc) · 1.9 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
55
56
57
58
59
60
61
62
63
{
"name": "ajax-bootstrap-select",
"title": "Ajax Bootstrap Select",
"description": "Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.",
"version": "1.4.5",
"engines": {
"node": ">=8"
},
"author": {
"name": "Adam Heim",
"url": "https://github.com/truckingsim"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/truckingsim/Ajax-Bootstrap-Select/blob/master/LICENSE-MIT"
}
],
"contributors": [
{
"name": "Mark Carver",
"email": "[email protected]",
"url": "https://github.com/markcarver"
}
],
"homepage": "https://github.com/truckingsim/Ajax-Bootstrap-Select",
"bugs": "https://github.com/truckingsim/Ajax-Bootstrap-Select/issues",
"repository": {
"type": "git",
"url": "https://github.com/truckingsim/Ajax-Bootstrap-Select.git"
},
"scripts": {
"commit": "node ./scripts/commit",
"test": "grunt travis --verbose"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-dss": "git+https://github.com/markcarver/grunt-dss.git",
"grunt-eslint": "^22.0.0",
"grunt-html2md": "^2.0.0",
"grunt-jsdoc": "^2.4.0",
"grunt-jsduck": "^1.0.1",
"grunt-update-json": "git+https://github.com/AndreasPizsa/grunt-update-json.git#e7958d970a5bea85d8153112962ec4ba4315ed37",
"grunt-verb": "^0.2.4",
"lodash": "^4.17.15"
},
"main": "dist/js/ajax-bootstrap-select.js"
}