-
-
Save robkb/6c0303c11839f063b854 to your computer and use it in GitHub Desktop.
Packages used for less & autoprefixer preprocessing on Business Catalyst sites
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
{ | |
"//": [ | |
"Packages used for less & autoprefixer preprocessing on Business Catalyst sites", | |
"Replace SITE-NAME-HERE with your site name if you feel like it; it's not used anywhere (yet)" | |
], | |
"name": "SITE-NAME-HERE", | |
"version": "0.0.1", | |
"description": "", | |
"main": "gruntfile.js", | |
"dependencies": {}, | |
"devDependencies": { | |
"grunt": "~0.4.5", | |
"grunt-autoprefixer": "^1.0.0", | |
"grunt-contrib-concat": "~0.5.0", | |
"grunt-contrib-uglify": "~0.5.1", | |
"grunt-contrib-watch": "~0.6.1", | |
"grunt-contrib-less": "~0.11.4", | |
"grunt-concurrent": "~0.5.0" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "x:\\\\git-repos\\\\SITE-NAME-HERE\\\\" | |
}, | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment