Skip to content

Instantly share code, notes, and snippets.

@Eomerx
Created October 2, 2015 16:36
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 Eomerx/4f4cdcf7da10aecabacd to your computer and use it in GitHub Desktop.
Save Eomerx/4f4cdcf7da10aecabacd to your computer and use it in GitHub Desktop.
Packages.json Npm packages
{
"version": "1.0.0",
"name": "blank-less",
"publishConfig": {
"proprietary-attribs": false
},
"description": "Blank Less Template",
"author": "Ömer Aslanbakan",
"repository": {
"type": "git",
"private": true,
"url": "http://github.com/eomerx/blank-less.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-handlebars": "^0.9.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-less-imports": "^1.1.0",
"grunt-shell": "^1.1.2"
},
"license": "MIT",
"dependencies": {
"grunt-contrib-less": "^0.11.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment