Skip to content

Instantly share code, notes, and snippets.

@jaredstehler
Created March 1, 2013 20:31
Package.json showing plugin definitions for Gruntfile.js
{
"name": "app-ui",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compress": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-exists": "~0.0.2",
"grunt-jsbeautifier": "~0.1.5",
"grunt-wisdom": "~0.0.3",
"grunt-shell": "~0.2.1",
"grunt-contrib-jasmine": "~0.3.3",
"grunt-template-jasmine-steal": "~0.1.0",
"grunt-contrib-connect": "~0.1.2"
},
"engines": {
"node": ">=0.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment