forked from eduardoboucas/include-media-export
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 783 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 783 Bytes
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
{
"title": "include-media-export",
"name": "include-media-export",
"version": "1.0.2",
"description": "An include-media plugin for exporting breakpoints from Sass to JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/eduardoboucas/include-media-export.git"
},
"main": "dist/_include-media-export.scss",
"author": {
"name": "Eduardo Boucas",
"email": "mail@eduardoboucas.com"
},
"bugs": {
"url": "https://github.com/eduardoboucas/include-media-export/issues"
},
"homepage": "https://github.com/eduardoboucas/include-media-export",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-load-plugins": "^0.10.0",
"gulp-uglify": "~1.2",
"gulp-rename": "~1.2"
}
}