Skip to content

Instantly share code, notes, and snippets.

@dferber90
Created November 13, 2015 06:11
Show Gist options
  • Save dferber90/8a6e2f03cac26c950a11 to your computer and use it in GitHub Desktop.
Save dferber90/8a6e2f03cac26c950a11 to your computer and use it in GitHub Desktop.
Example of a package.json for a Meteor project.
{
"name": "project",
"private": true,
"scripts": {
"test": "tape 'tests/unit/**/*.js'"
},
"devDependencies": {
"tape": "4.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment