-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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": "@kickoff/utils.scss",
"title": "Kickoff Sass Functions and Mixins",
"description": "Sass utility functions and mixins for the Kickoff framework",
"version": "3.0.2",
"homepage": "http://trykickoff.com",
"repo": "https://github.com/trykickoff/kickoff-utils.scss",
"main": "index.scss",
"style": "index.scss",
"authors": [
{
"name": "Zander Martineau",
"url": "https://zander.wtf"
}
],
"contributors": [
"Github contributors <https://github.com/trykickoff/kickoff-utils.scss/graphs/contributors>"
],
"repository": {
"type": "git",
"url": "git://github.com/trykickoff/kickoff-utils.scss.git"
},
"bugs": {
"url": "https://github.com/trykickoff/kickoff-utils.scss/issues"
},
"license": "MIT",
"engines": {
"node": ">=4.0"
},
"keywords": [
"⚽",
"eyeglass-module"
],
"eyeglass": {
"name": "kickoff-utils",
"sassDir": "scss",
"needs": "^1.1.2",
"exports": false
},
"scripts": {},
"dependencies": {
"modularscale-sass": "^3.0.2"
}
}