1 | {
|
2 | "name": "xsass",
|
3 | "version": "1.6.2",
|
4 | "description": "[Deprecated] A sass library that combines mixins and extends to output minimal css",
|
5 | "main": "xsass/_xsass.scss",
|
6 | "authors": [
|
7 | "Eddie Monteiro <du5rtemonteiro@gmail.com>"
|
8 | ],
|
9 | "license": "ISC",
|
10 | "keywords": [
|
11 | "sass",
|
12 | "extends",
|
13 | "grid",
|
14 | "susy",
|
15 | "typorhythm",
|
16 | "breakpoints",
|
17 | "media",
|
18 | "framework",
|
19 | "boostrap"
|
20 | ],
|
21 | "homepage": "https://github.com/du5rte/xsass",
|
22 | "moduleType": [],
|
23 | "ignore": [
|
24 | "**/.*",
|
25 | "node_modules",
|
26 | "bower_components",
|
27 | "test",
|
28 | "tests"
|
29 | ],
|
30 | "dependencies": {
|
31 | "susy": "*",
|
32 | "breakpoint-sass": "*"
|
33 | }
|
34 | }
|