forked from indrimuska/jquery-editable-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 980 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
{
"name": "jquery-editable-select",
"version": "2.2.5",
"description": "A simple jQuery Plugin that converts a select into an text field with suggestions.",
"main": "dist/jquery-editable-select.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/indrimuska/jquery-editable-select.git"
},
"keywords": [
"jquery",
"plugin",
"editable",
"select",
"typeahead",
"suggestion"
],
"author": "Indri Muska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indrimuska/jquery-editable-select/issues"
},
"homepage": "https://github.com/indrimuska/jquery-editable-select",
"dependencies": {
"jquery": ">=1.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-header": "^1.1.0",
"grunt-sync-json": "^0.4.0",
"load-grunt-tasks": "^3.2.0"
}
}