-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
38 lines (38 loc) · 926 Bytes
/
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
{
"name": "bootstrap-4-autocomplete",
"version": "1.3.2",
"description": "A simple autocomplete/typeahead for Bootstrap 4 and jQuery",
"main": "dist/bootstrap-4-autocomplete.js",
"typings": "dist/bootstrap-4-autocomplete.d.ts",
"scripts": {
"build": "gulp",
"test": "echo \"No test specified\"",
"deliver": "np"
},
"keywords": [
"bootstrap",
"jquery",
"autocomplete",
"typeahead"
],
"repository": {
"type": "git",
"url": "https://github.com/Honatas/bootstrap-4-autocomplete"
},
"author": "Jonatas de Moraes Junior",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1"
},
"devDependencies": {
"@types/bootstrap": "^4.5.1",
"@types/jquery": "^3.5.4",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"typescript": "^4.0.5"
}
}