Skip to content

Instantly share code, notes, and snippets.

@andrewmartin
Created April 8, 2014 17:42
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 andrewmartin/10161525 to your computer and use it in GitHub Desktop.
Save andrewmartin/10161525 to your computer and use it in GitHub Desktop.
A package.json to pair with Gruntfile
{
"name": "static",
"version": "1.0.0",
"description": "Static",
"devDependencies": {
"coffee-script": "~1.3.3",
"grunt": "~0.4.1",
"matchdep": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"time-grunt": "~0.2.3",
"grunt-notify": "~0.2.16",
"grunt-newer": "~0.6.0",
"grunt-mocha": "~0.4.6",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"should": "~3.1.2",
"grunt-kss": "~0.2.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-sass": "~0.11.0",
"node-sass": "~0.8.3",
"grunt-style-injector": "~0.1.9"
},
"author": "Andrew Martin",
"license": "BSD-2-Clause"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment