-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
executable file
·46 lines (46 loc) · 1.13 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": "jquery-drawer",
"version": "3.2.2",
"description": "Flexible drawer menu using jQuery, iScroll and CSS.",
"keywords": [
"jQuery",
"CSS",
"drawer",
"iScroll",
"navigation",
"responsive"
],
"homepage": "http://git.blivesta.com/drawer",
"license": "MIT",
"main": "dist/js/drawer.js",
"style": "src/css/drawer.css",
"repository": {
"type": "git",
"url": "https://github.com/blivesta/drawer.git"
},
"bugs": {
"url": "https://github.com/blivesta/drawer/issues"
},
"author": "blivesta <[email protected]> (http://blivesta.com/)",
"scripts": {
"setup": "npm i && gulp build"
},
"devDependencies": {
"browser-sync": "^2.9.12",
"cssnano": "^3.3.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-css-scss": "^0.1.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.11.2",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "^2.1.2",
"jshint-stylish": "^2.0.1",
"postcss-cssnext": "^2.10.0",
"postcss-import": "^9.1.0",
"run-sequence": "^1.2.2"
}
}