-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "Burgermenu",
"version": "0.1.4",
"description": "Simple off canvas menu with hardware accelerated transitions and amazing native behavior.",
"keywords": ["jquery-plugin", "menu", "offcanvas", "mobile", "responsive"],
"homepage": "https://github.com/vortizhe/burgermenu",
"author": {
"name": "Victor Ortiz",
"email": "[email protected]",
"url": "https://github.com/vortizhe"
},
"repository": {
"type": "git",
"url": "https://github.com/vortizhe/burgermenu.git"
},
"license": ["MIT"],
"files": [
"dist",
"src",
"*.json",
"*.js",
".css"
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-connect": "^2.2.0",
"gulp-header": "~1.7.1",
"gulp-jshint": "~2.0.0",
"gulp-open": "^1.0.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.1.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"jshint": "~2.8.0",
"jshint-stylish": "~2.1.0"
},
"scripts": {
"test": "gulp dist"
},
"main": "dist/jquery.burgermenu.js",
"style": "dist/burgermenu.css"
}