-
-
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
This file contains 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": { | |
"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