-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "mappy-breakpoints",
"version": "0.2.4",
"authors": [
"Zell Liew <[email protected]>"
],
"main": "_mappy-breakpoints.scss",
"keywords": [
"breakpoints",
"sass",
"sass-maps",
"maps"
],
"type": "module",
"license": "MIT",
"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": {
"dev": "gulp watch",
"test": "",
"release": "np --no-publish && npm publish"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"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": "^4.0.2",
"gulp-sass": "^5.1.0",
"np": "^7.6.0",
"sass": "^1.49.9"
}
}