Skip to content

Instantly share code, notes, and snippets.

@giancorzo
Created July 20, 2017 23:45
Show Gist options
  • Save giancorzo/aa0cdbed9a5ccd26082c40e660b899bc to your computer and use it in GitHub Desktop.
Save giancorzo/aa0cdbed9a5ccd26082c40e660b899bc to your computer and use it in GitHub Desktop.
{
"name": "styleguide",
"version": "0.0.1",
"description": "Laboratoria styleguides",
"main": "index.js",
"style": "dist/main.css",
"sass": "sass/main.scss",
"scripts": {
"build": "node-sass --include-path sass sass/main.scss dist/main.css"
},
"files": [
"sass",
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/Laboratoria/styleguide.git"
},
"keywords": [
"ui",
"sass",
"css",
"laboratoria"
],
"author": "Laboratoria <sumate@laboratoria.la> (http://laboratoria.la/)",
"contributors": [
"Giancarlo Corzo <gian@laboratoria.la> (https://github.com/giancorzo)",
"Herman Marin <herman@laboratoria.la> (https://github.com/coloradomarin)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Laboratoria/styleguide/issues"
},
"homepage": "http://ui.laboratoria.la",
"devDependencies": {
"node-sass": "^4.5.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment