Skip to content

Instantly share code, notes, and snippets.

@jywarren
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jywarren/a4dafb0f02e731eacb14 to your computer and use it in GitHub Desktop.
Save jywarren/a4dafb0f02e731eacb14 to your computer and use it in GitHub Desktop.
contributors.json example v0.0.1
{
"title": "Infragram",
"variant": "Point & Shoot",
"version": "v0.0.1",
"description": "A multispectral camera",
"documentation": "http://publiclab.org/wiki/infragram",
"license": "CERN OHL 1.1",
"license_link": "http://publiclab.org/licenses",
"contributors": [
{ "name": "Jeffrey Warren", "email": "jeff@unterbahn.com" },
{ "name": "Don Blair", "email": "don.blair@organizers.publiclab.org" }
],
"source_files": [
{ "link": "http://publiclab.org/system/images/foo.jpg", "description": "circuit diagram" },
],
"bill_of_materials": [
{ "link": "http://amazon.com/product/mallow", "description": "The marshmallows" },
{ "title": "duct tape" }
],
"builds_upon": [
{
"title": "irkit",
"link": "https://github.com/jywarren/irkit",
"license": "CERN OHL 1.1",
"license_link": "http://publiclab.org/licenses"
}
]
}
@gretchengehrke
Copy link

I think this sounds good. Should there be a tab for "purpose of build/add-on" or something to that effect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment