Skip to content

Instantly share code, notes, and snippets.

@seanhagen
Last active December 28, 2015 04:09
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 seanhagen/7440480 to your computer and use it in GitHub Desktop.
Save seanhagen/7440480 to your computer and use it in GitHub Desktop.
Example package.json
{
"name": "project-name-here",
"version": "0.0.1",
"author": "Your Name <your-email@example.com>",
"description": "Simple project description",
"dependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-shell": "~0.4.0",
"grunt-env": "*",
"grunt-phplint": "0.0.5",
"grunt-php-set-constant": "0.0.15",
"grunt-phpmd": "0.1.0",
"grunt-phpcs": "0.2.1",
"grunt-phpcpd": "0.1.1",
"grunt-phpunit": "0.3.1",
"grunt-mkdir": "0.1.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-bumpup": "0.4.2",
"load-grunt-tasks": "~0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment