-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 813 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
{
"name": "scss-slamp",
"version": "1.3.4",
"files": [
"dist"
],
"main": "./dist/index.scss",
"style": "./dist/index.scss",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^2.0.6",
"glob-parent": ">=5.1.2",
"set-value": ">=4.0.1"
},
"scripts": {
"build": "gulp"
},
"keywords": [
"scss",
"function",
"clamp",
"slope"
],
"description": "Enhance the css clamp() function with a little bit of mathematics.",
"repository": {
"type": "git",
"url": "git+https://github.com/DidoMarchet/scss-slamp.git"
},
"author": "Davide Marchet",
"license": "MIT",
"bugs": {
"url": "https://github.com/DidoMarchet/scss-slamp/issues"
},
"homepage": "https://github.com/DidoMarchet/scss-slamp#readme"
}