-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathpackage.json
35 lines (35 loc) · 821 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
{
"name": "PureDrawer",
"version": "1.0.2",
"description": "Pure CSS transition effects for off-canvas views",
"keywords": [
"css",
"scss",
"sass",
"mobile-first",
"responsive",
"front-end",
"menu",
"web"
],
"license": {
"type": "MIT",
"url": "https://github.com/mac81/pure-drawer/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/mac81/pure-drawer"
},
"bugs": "https://github.com/mac81/pure-drawer/issues",
"homepage": "http://mac81.github.io/pure-drawer/",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-csso": "^0.2.9",
"gulp-load-plugins": "~0.5.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.0",
"gulp-size": "^1.0.0"
}
}