-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "jquery-search-among",
"version": "0.2.1",
"description": "Use input field to provide a quick search among list items, text paragraphs or another blocks of the web-page content. Specify multiple search terms, separated by spaces. As you enter characters, inappropriate items disappear.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/glebkema/jquery-search-among/"
},
"browserslist": [
"> 1%",
"last 2 versions",
"IE >= 9"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jquery plugin",
"search"
],
"author": "glebkema <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.6.4",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs": "0.0.2",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.1",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"multipipe": "^3.0.1",
"pump": "^3.0.0",
"through2": "^3.0.1"
},
"dependencies": {
"npm": "^6.11.3"
},
"optionalDependencies": {}
}