Spaces:
Running
Running
File size: 784 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 27 28 29 30 31 32 33 34 35 36 | {
"name": "flask",
"version": "0.2.10",
"description": "Helper files for Sass projects.",
"main": "sass/_flask.scss",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jaradlight/flask.git"
},
"keywords": [
"css",
"sass",
"utility"
],
"author": "Jarad Light (https://github.com/jaradlight)",
"contributors": [
"Chris Eastwood (https://github.com/drclaw)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jaradlight/flask/issues"
},
"homepage": "https://github.com/jaradlight/flask",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-shell": "^0.5.1",
"path": "^0.12.7",
"sass-true": "^2.0.2",
"sassdoc": "^2.1.15"
}
}
|