Skip to content

Instantly share code, notes, and snippets.

@r-k-b
Forked from robkb/bc-less-prefixed_package.json
Last active August 29, 2015 14:14
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 r-k-b/8eb95a76d495619ac81c to your computer and use it in GitHub Desktop.
Save r-k-b/8eb95a76d495619ac81c to your computer and use it in GitHub Desktop.
improving the base package.json for less & autoprefixer preprocessing on Business Catalyst sites
{
"//": [
"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": {
"fb-flo": "^0.4.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1"
},
"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