forked from zellwk/mappy-breakpoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "mappy-breakpoints",
"version": "0.2.2",
"authors": [
"Zell Liew <zellwk@gmail.com>"
],
"main": "_mappy-breakpoints.scss",
"keywords": [
"breakpoints",
"sass",
"sass-maps",
"maps"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"description": "Mappy Breakpoints is a breakpoint mixin I have hacked together to streamline web development when using a Sass map to hold the breakpoint plugin. [Here's why I made this mixin](http://www.zell-weekeat.com/mappy-breakpoints)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zellwk/mappy-breakpoints.git"
},
"author": "",
"bugs": {
"url": "https://github.com/zellwk/mappy-breakpoints/issues"
},
"homepage": "https://github.com/zellwk/mappy-breakpoints#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"sass-true": "^2.0.3"
}
}