From 43c912f6492ae4cbf33122d08adf9ad85a7b014b Mon Sep 17 00:00:00 2001 From: jasonduley Date: Mon, 5 Oct 2015 11:51:13 -0700 Subject: [PATCH] adding a meta descriptor file for code federation prototype --- meta.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta.json diff --git a/meta.json b/meta.json new file mode 100644 index 0000000..69caa13 --- /dev/null +++ b/meta.json @@ -0,0 +1,16 @@ +{ +"title": "NASA-3D-Resources", +"visibility": "public", +"type": "GIT", +"description": "collection of 3D models, textures, and images from inside NASA", +"url": "https://github.com/nasa/NASA-3D-Resources", +"repo": "nasa/NASA-3D-Resources", +"missions":["OCIO", "ARC", "Code I"], +"categories": ["NASA", "Open Data", "Models", "3d Printing"], +"languages": [], +"operating_systems": ["Linux", "Windows", "Unix", "Mac"], +"poc": "ARC Special Projects", +"poc_mbox": " arc-special-proj@lists.nasa.gov", +"license": "NASA Open Source Agreement Version 1.3", +"software_types": ["3D Models", "3D Printing", "Graphics", "Assets"] +}