forked from silvenon/off-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 925 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
{
"name": "off-canvas",
"description": "Provides an off-canvas menu",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/unity-hr/off-canvas"
},
"keywords": [
"off",
"canvas",
"menu",
"flyout",
"push",
"navigation",
"nav",
"sidebar"
],
"author": "Matija Marohnić <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/unity-hr/off-canvas/issues"
},
"homepage": "https://github.com/unity-hr/off-canvas",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-autoprefixer": "0.0.7",
"gulp-clean": "^0.2.4",
"gulp-coffee": "^1.4.3",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.8",
"gulp-load-plugins": "^0.5.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.5.0",
"gulp-size": "^0.3.1",
"gulp-uglify": "^0.3.0"
}
}