Created
December 5, 2013 01:06
-
-
Save cubaraphael/7798508 to your computer and use it in GitHub Desktop.
My package.json
This file contains hidden or 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": "cartola", | |
| "version": "0.0.1", | |
| "description": "Projeto Cartola", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "Raphael Cuba", | |
| "devDependencies": { | |
| "grunt": "~0.4.1", | |
| "grunt-jade": "~0.4.0", | |
| "grunt-contrib-watch": "~0.4.0", | |
| "grunt-contrib-jshint": "~0.7.1", | |
| "grunt-contrib-uglify": "~0.2.6", | |
| "grunt-contrib-compass": "~0.6.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment