-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 725 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 725 Bytes
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
{
"name": "typeahead.js-bootstrap-css",
"description": "Bootstrap3 style for typeahead.js using Bootstrap 3 mixins and variables",
"version": "1.2.1",
"keywords": [
"less",
"bootstrap",
"typeahead.js"
],
"homepage": "https://github.com/bassjobsen/typeahead.js-bootstrap-css/",
"author": "Bass Jobsen",
"repository": {
"type": "git",
"url": "https://github.com/bassjobsen/typeahead.js-bootstrap-css/"
},
"bugs": {
"url": "https://github.com/bassjobsen/typeahead.js-bootstrap-css/issues"
},
"devDependencies": {
"bootstrap": "~3.3",
"typeahead.js": "~0.11"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
}