Spaces:
Running
Running
File size: 463 Bytes
1b9d27c | 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 | {
"name": "flask",
"version": "0.2.10",
"authors": [
"Jarad Light (https://github.com/jaradlight)"
],
"description": "Helper files for Sass projects.",
"main": "sass/_flask.scss",
"keywords": [
"css",
"sass",
"utility"
],
"license": "MIT",
"homepage": "https://github.com/jaradlight/flask",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"sassdoc",
"package.json"
]
}
|