forked from dingyi1993/jquery-magicsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 936 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
39
{
"name": "magicsearch",
"version": "1.0.3",
"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": "http://www.choujindeputao.com/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"
}
}