Skip to content

Instantly share code, notes, and snippets.

@sclausen
Created October 30, 2014 23:31
Show Gist options
  • Save sclausen/cf70d319e917e33f11cd to your computer and use it in GitHub Desktop.
Save sclausen/cf70d319e917e33f11cd to your computer and use it in GitHub Desktop.
example package.js
Package.describe({
summary: 'Fancy Package',
version: '1.0.0',
name: 'mark:fancy-package',
git: 'https://github.com/mark/fancy-package.git'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment