Skip to content

Instantly share code, notes, and snippets.

@benweiser
Created June 29, 2016 05:56
Show Gist options
  • Save benweiser/6e47440acb7b8f6d72415c3486a7f335 to your computer and use it in GitHub Desktop.
Save benweiser/6e47440acb7b8f6d72415c3486a7f335 to your computer and use it in GitHub Desktop.
{
"name": "PROJECT NAME HERE",
"version": "0.0.1",
"description": "Github project link: URL HERE",
"main": "gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.9.2",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-watch": "^0.6.1"
},
"devDependencies": {
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment