Created
June 29, 2016 05:56
-
-
Save benweiser/6e47440acb7b8f6d72415c3486a7f335 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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