Created
July 20, 2017 23:45
-
-
Save giancorzo/aa0cdbed9a5ccd26082c40e660b899bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 <[email protected]> (http://laboratoria.la/)", | |
"contributors": [ | |
"Giancarlo Corzo <[email protected]> (https://github.com/giancorzo)", | |
"Herman Marin <[email protected]> (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