Created
March 22, 2012 18:07
-
-
Save there4/2161241 to your computer and use it in GitHub Desktop.
Snippet of package.json for TravisCI
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
"dependencies": { | |
"grunt": "~0.2.15" | |
}, | |
"scripts": { | |
"test": "grunt qunit" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment