Skip to content

Instantly share code, notes, and snippets.

@uditveerwani
Created August 12, 2014 08:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uditveerwani/13a460484d847ff9ca30 to your computer and use it in GitHub Desktop.
Save uditveerwani/13a460484d847ff9ca30 to your computer and use it in GitHub Desktop.
Roots task for Gulp (npm modules)
{
"name": "roots",
"version": "7.0.0",
"author": "Ben Word <ben@benword.com>",
"homepage": "http://roots.io",
"repository": {
"type": "git",
"url": "git://github.com/roots/roots.git"
},
"bugs": {
"url": "https://github.com/roots/roots/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && grunt dev"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": ">=1.3.9",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-imagemin": "*",
"gulp-jshint": "*",
"gulp-livereload": "*",
"gulp-minify-css": "*",
"gulp-rename": "*",
"gulp-less": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"jshint-stylish": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment