Skip to content

Instantly share code, notes, and snippets.

@rconnelly
Created August 13, 2012 00:13
Show Gist options
  • Save rconnelly/3335644 to your computer and use it in GitHub Desktop.
Save rconnelly/3335644 to your computer and use it in GitHub Desktop.
{
"name": "test1",
"version": "0.0.0",
"description": "Test example",
"main": "test1.js",
"scripts": {
"test": "vows test1 --spec"
},
"repository": "",
"keywords": [
"test1"
],
"author": "Ryan Connelly",
"license": "BSD",
"dependencies": {
"vows": "~0.6.3"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment