This repository was archived by the owner on Sep 30, 2019. It is now read-only.
forked from truckingsim/Ajax-Bootstrap-Select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.54 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.54 KB
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
{
"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.3.5",
"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": "mark.carver@me.com",
"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": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-dss": "https://github.com/sebald/grunt-dss/tarball/b859eb88521bb13baecfb4d0af6dc293bd37b067",
"grunt-html2md": "^0.1.2",
"grunt-jsdoc": "^0.6.0",
"grunt-jsduck": "^1.0.1",
"grunt-update-json": "^0.1.3",
"grunt-verb": "^0.2.4"
}
}