forked from xcash/bootstrap-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "bootstrap-autocomplete",
"version": "2.3.7",
"description": "Autocomplete for Bootstrap version 4.",
"keywords": [
"bootstrap",
"autocomplete",
"bootstrap-autocomplete",
"typeahead",
"suggest"
],
"main": "./dist/latest/bootstrap-autocomplete.js",
"repository": "git+https://github.com/xcash/bootstrap-autocomplete.git",
"author": "Paolo Casciello <[email protected]>",
"license": "MIT",
"files": [
"dist/*",
"src/*"
],
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"@types/bootstrap": "^4.2.1",
"@types/jquery": "^3.3.29",
"ansi-colors": "^4.1.1",
"browser-sync": "^2.26.3",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-tslint": "^8.1.4",
"gulp-uglify": "^3.0.1",
"ts-loader": "^8.0.11",
"tslint": "^6.1.0",
"typescript": "^4.0.5",
"webpack-stream": "^6.1.0"
},
"dependencies": {}
}