forked from lzwme/bootstrap-suggest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "bootstrap-suggest-plugin",
"version": "0.1.12",
"description": "这是一个基于 bootstrap 按钮式下拉菜单组件的搜索建议插件,必须使用于按钮式下拉菜单组件上。",
"repository": {
"type": "git",
"url": "https://github.com/lzwme/bootstrap-suggest-plugin.git"
},
"bugs": {
"url": "https://github.com/lzwme/bootstrap-suggest-plugin/issues"
},
"browser": "dist/bootstrap-suggest.min.js",
"main": "src/bootstrap-suggest.js",
"keywords": [
"bootstrap",
"suggest",
"dorpdown"
],
"author": {
"name": "lzwme",
"url": "https://lzw.me"
},
"maintainers": [
{
"name": "renxia",
"url": "https://lzw.me"
}
],
"license": "MIT",
"homepage": "https://lzw.me/pages/demo/bootstrap-suggest-plugin",
"engines": {
"node": ">= 4.1.0"
},
"scripts": {
"start": "grunt",
"test": "node_modules/.bin/mocha-phantomjs test/index.html -v 1366x768",
"build": "grunt prod"
},
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": ">=1.11.1 <3.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"chai": "^3.5.0",
"grunt": ">0.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-eslint": "^0.0.5",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"gruntify-eslint": "^3.1.0",
"mocha-phantomjs": "^4.1.0"
}
}