-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 942 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
{
"name": "poly-fluid-sizing-stylus",
"version": "1.0.2",
"description": "Stylus mixin for linear interpolation between multiple values across multiple breakpoints using CSS calc() and viewport units. Adaption of the SASS mixin by Jakobud/poly-fluid-sizing.",
"main": "src/poly-fluid-sizing.styl",
"scripts": {
"demo:build": "stylus demo/demo.styl --out demo/demo.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://tillsanders@github.com/tillsanders/poly-fluid-sizing-stylus.git"
},
"keywords": [
"stylus",
"css"
],
"author": "Till Sanders <mail@till-sanders.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tillsanders/poly-fluid-sizing-stylus/issues"
},
"homepage": "https://github.com/tillsanders/poly-fluid-sizing-stylus#readme",
"dependencies": {},
"devDependencies": {
"stylus": "^0.54.7"
}
}