forked from ComputerWolf/SlickNav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 841 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
40
41
42
43
44
{
"version": "1.0.7",
"name": "slicknav",
"description": "",
"keywords": [
"slicknav",
"menu",
"css",
"sass",
"scss",
"jquery",
"javascript",
"component",
"responsive",
"mobile"
],
"copyright": "Copyright 2016",
"homepage": "http://slicknav.com",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/titon/toolkit/blob/master/license.md"
}
],
"author": {
"name": "Josh Cope"
},
"repository": {
"type": "git",
"url": "https://github.com/ComputerWolf/SlickNav"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-minify-css": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0"
},
"dependencies" : {
"jquery": ">=1.7"
}
}