-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "slider-menu",
"title": "jQuery Slider Menu",
"description": "Tired of those standard click ‘n drop menus? Need something with a little more pazazz? Yes & yes! Here’s the answer to your prayers, the jQuery Slider Menu.",
"keywords": [
"jquery",
"jquery-plugin",
"frontend",
"frontend-web",
"frontend-developer",
"menu",
"menu-navigation",
"ecosystem:jquery"
],
"version": "1.2.1",
"author": {
"name": "Ben Marshall",
"url": "https://benmarshall.me"
},
"maintainers": [
{
"name": "Ben Marshall",
"email": "me@benmarshall.me",
"url": "https://benmarshall.me"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://choosealicense.com/licenses/mit/"
}
],
"bugs": {
"url": "https://github.com/bmarshall511/slider-menu.jquery.js/issues",
"email": "me@benmarshall.me"
},
"homepage": "https://bmarshall511.github.io/slider-menu.jquery.js/",
"repository": "https://github.com/bmarshall511/slider-menu.jquery.js",
"dependencies": {
"jquery": ">=3.0.0"
},
"devDependencies": {
"compass-options": "^0.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.4",
"gulp-compass": "^2.1.0",
"gulp-complexity": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.1.2",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"uglify": "^0.1.5"
}
}