-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 879 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
36
37
{
"name": "fluid-size",
"description": "A method of fluidly resizing in response to various devices. (with SASS)",
"version": "1.6.0",
"author": "black7375",
"license": "MIT",
"keywords": [
"SASS",
"SCSS",
"Design",
"Breakpoint",
"Breakpoints",
"Responsive",
"media-queries"
],
"main": "./_fluid-size.scss",
"sass": "./_fluid-size.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/black7375/fluid-size.git"
},
"bugs": {
"url": "https://github.com/black7375/fluid-size/issues"
},
"homepage": "https://github.com/black7375/fluid-size#readme",
"scripts": {
"build": "scss-bundle -c ./scss-bundle.config.json"
},
"dependencies": {
"include-media": "^1.4.9",
"mathsass": "^0.11.0",
"sass-unitconverter": "^2.5.2"
},
"devDependencies": {
"scss-bundle": "^3.1.2"
}
}