Skip to content

Instantly share code, notes, and snippets.

@oroce
Created July 25, 2013 14:26
Show Gist options
  • Save oroce/6080214 to your computer and use it in GitHub Desktop.
Save oroce/6080214 to your computer and use it in GitHub Desktop.
package.json for Leo42
{
"name": "whatev",
"devDependencies": {
"pre-commit": "0.0.4"
},
"scripts": {
"test": "../test/api-easy test.js"
},
"pre-commit": [
"test"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment