-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
{
"name": "menuoptions",
"version": "1.9.2-2",
"description": "Input masks and multi-column autocomplete combined",
"main": "media/javascript/jquery.menuoptions.js",
"homepage": "https://github.com/compsult/MenuOptions",
"author": "Mike Etts <compsult@yahoo.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/compsult/MenuOptions/blob/master/license.txt"
}
],
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "./runTests.bash"
},
"minified": "media/javascript/jquery.menuoptions.min.js",
"dependencies": {
"jquery": ">=3.5.0",
"jquery-ui": ">=1.10.1"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/compsult/MenuOptions.git"
},
"bugs": {
"url": "https://github.com/compsult/MenuOptions/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"jit-grunt": "^0.9.1"
}
}