Skip to content

Commit

Permalink
Merge pull request #179 from deptofdefense/code-gov-inventory
Browse files Browse the repository at this point in the history
Adding projects from the manually added projects on Code.gov
  • Loading branch information
Jordan Kasper authored Mar 16, 2018
2 parents a67b62a + 1971410 commit fc9ede1
Showing 1 changed file with 96 additions and 10 deletions.
106 changes: 96 additions & 10 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"releases": [
{
"organization": "NCI Agency",
"name": "Advisor Network",
"name": "ANET",
"description": "The Advisor Network (ANET) is a tool to track relationships between advisors and advisees. ANET was initially built by the Defense Digital Service in support of the USFOR-A and Resolute Support mission to train, advise, and assist the Afghan government.",
"tags": [],
"tags": [
"advisor",
"network"
],
"contact": {
"email": "[email protected]",
"name": "Vassil Iordanov"
Expand All @@ -30,7 +33,8 @@
"laborHours": 1,
"date": {
"created": "2017-02-12",
"metadataLastUpdated": "2018-01-23T15:00-04:00"
"lastModified": "2018-01-23T15:00-04:00",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
Expand All @@ -44,8 +48,7 @@
"name": "MIT"
}
],
"usageType": "openSource",
"exemptionText": null
"usageType": "openSource"
},
"laborHours": 3000,
"tags": [
Expand Down Expand Up @@ -86,7 +89,8 @@
],
"date": {
"created": "2017-04-19",
"lastModified": "2018-02-12"
"lastModified": "2018-02-12",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
Expand Down Expand Up @@ -133,7 +137,8 @@
],
"date": {
"created": "2017-12-18",
"lastModified": "2018-02-13"
"lastModified": "2018-02-13",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
Expand Down Expand Up @@ -161,7 +166,8 @@
"laborHours": 80,
"date": {
"created": "2017-02-01",
"metadataLastUpdated": "2018-02-08T13:00-04:00"
"lastModified": "2018-02-08T13:00-04:00",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
Expand Down Expand Up @@ -189,7 +195,8 @@
"laborHours": 224,
"date": {
"created": "2016-10-01",
"metadataLastUpdated": "2018-02-13T13:00-04:00"
"lastModified": "2018-02-13T13:00-04:00",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
Expand Down Expand Up @@ -217,7 +224,86 @@
"laborHours": 248,
"date": {
"created": "2017-08-01",
"metadataLastUpdated": "2017-12-21T13:00-04:00"
"lastModified": "2017-12-21T13:00-04:00",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
"status": "Production",
"vcs": "git",
"repoURL": "https://github.com/deptofdefense/eMCM",
"name": "eMCM",
"description": "Search and browse interface for the Military Courts-martial Manual.",
"contact": {
"email": "[email protected]",
"name": "DDS"
},
"tags": [
"search",
"browse",
"interface",
"military",
"courts",
"martial",
"manual"
],
"languages": [
"HTML",
"JavaScript",
"CSS"
],
"repositoryURL": "https://github.com/deptofdefense/eMCM",
"homepageURL": "http://mcm.mil",
"permissions": {
"licenses": [
{
"URL": "https://github.com/deptofdefense/eMCM/blob/master/LICENSE.md",
"name": "AGPL"
}
],
"usageType": "openSource"
},
"laborHours": 1,
"date": {
"created": "2016-12-14",
"lastModified": "2017-10-10T16:12:00Z",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},
{
"status": "Production",
"vcs": "git",
"name": "Dshell",
"description": "An extensible network forensic analysis framework. Enables rapid development of plugins to support the dissection of network packet captures.",
"contact": {
"email": " ",
"name": ""
},
"tags": [
"dshell",
"network",
"forensic",
"analysis",
"framework"
],
"languages": [
"Python"
],
"repositoryURL": "https://github.com/USArmyResearchLab/Dshell",
"permissions": {
"licenses": [
{
"URL": "https://github.com/USArmyResearchLab/Dshell/blob/master/LICENSE.txt",
"name": "MIT"
}
],
"usageType": "openSource"
},
"laborHours": 1,
"date": {
"created": "2014-12-17T11:04:00Z",
"lastModified": "2017-11-16T12:25:00Z",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
}
]
Expand Down

0 comments on commit fc9ede1

Please sign in to comment.