Skip to content

Instantly share code, notes, and snippets.

@rjmacarthy
Created December 16, 2014 16:59
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 rjmacarthy/6038a9c400f709dee242 to your computer and use it in GitHub Desktop.
Save rjmacarthy/6038a9c400f709dee242 to your computer and use it in GitHub Desktop.
SASS Package.json
{
"name": "bitcointestnetfaucet",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"jade": "~1.6.0",
"node-bourbon": "~1.2.3",
"node-neat": "~1.4.2",
"node-refills": "~1.0.1",
"sass": "~0.5.0",
"grunt": "~0.4.5",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-concurrent": "~1.0.0",
"ruby": "0.0.0",
"grunt-sass": "~0.17.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-express": "~1.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment