Skip to content

Instantly share code, notes, and snippets.

@SomeKay
Created August 20, 2016 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeKay/7d6816d3554cec085ba1cd4efba318c7 to your computer and use it in GitHub Desktop.
Save SomeKay/7d6816d3554cec085ba1cd4efba318c7 to your computer and use it in GitHub Desktop.
Package.json in CSS repository
{
"name": "blog-css-architecture",
"version": "1.0.0",
"description": "Main project for the CSS architecture blog",
"scripts": {
"build": "node-sass styles.scss styles.css"
},
"author": "Kristian Poslek <kristian.poslek@gmail.com>",
"license": "MIT",
"devDependencies": {
"node-sass": "^3.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment