Skip to content

Instantly share code, notes, and snippets.

@noameppel
Created March 3, 2015 16:09
Show Gist options
  • Save noameppel/c257be4ff84f986a54f8 to your computer and use it in GitHub Desktop.
Save noameppel/c257be4ff84f986a54f8 to your computer and use it in GitHub Desktop.
Sample package.json
{
"frontend": {
"name": "name",
"stylesheets": "scss",
"javascripts": "js"
},
"name": "grunt-with-node-sass",
"version": "0.9.5",
"devDependencies": {
"bower-move": "^1.0.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "2.0.0",
"grunt-bowercopy": "^1.2.0",
"grunt-browser-sync": "1.5.3",
"grunt-cli": "0.1.13",
"grunt-combine-media-queries": "1.0.19",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-csscomb": "3.0.0",
"grunt-img": "^0.1.8",
"grunt-newer": "0.8.0",
"grunt-notify": "0.4.1",
"grunt-pngmin": "0.6.4",
"grunt-sass": "0.17.0",
"grunt-sftp-deploy": "0.2.2",
"grunt-svg2string": "0.1.6",
"grunt-svgmin": "^2.0.0",
"grunt-svgstore": "0.4.1",
"load-grunt-tasks": "1.0.0"
},
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment