magicsearch
Version:
An input plugin based on jquery.
40 lines (39 loc) • 937 B
JSON
{
"name": "magicsearch",
"version": "1.0.4",
"description": "An input plugin based on jquery.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp build",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/dingyi1993/jquery-magicsearch.git"
},
"keywords": [
"magicsearch",
"jquery",
"input"
],
"author": "dingyi1993",
"license": "MIT",
"bugs": {
"url": "https://github.com/dingyi1993/jquery-magicsearch/issues"
},
"homepage": "https://www.dingyi1993.com/blog/magicsearch",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.0.0"
}
}