-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1011 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": "javascript-autocomplete",
"version": "1.0.0",
"description": "autocomplete snippet for HTML input fields build with native javascript and no dependencies",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giray123/javascript-autocomplete.git"
},
"keywords": [
"autocomplete",
"javascript",
"html",
"input",
"ajax"
],
"author": "giray songul",
"license": "MIT",
"bugs": {
"url": "https://github.com/giray123/javascript-autocomplete/issues"
},
"homepage": "https://github.com/giray123/javascript-autocomplete#readme",
"dependencies": {
"autoprefixer": "^10.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.4.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.1.4"
}
}