Last active
December 28, 2015 04:09
-
-
Save seanhagen/7440480 to your computer and use it in GitHub Desktop.
Example package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "project-name-here", | |
"version": "0.0.1", | |
"author": "Your Name <[email protected]>", | |
"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