Skip to content

Commit f9fda74

Browse files
author
Jordan Kasper
authored
Merge pull request #164 from deptofdefense/add-mymove-to-code-json
Add transcom/mymove to code.json
2 parents 38c108c + b2d9ff2 commit f9fda74

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

code.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,53 @@
8888
"created": "2017-04-19",
8989
"lastModified": "2018-02-12"
9090
}
91+
},
92+
{
93+
"name": "mymove",
94+
"repositoryURL": "https://github.com/transcom/mymove",
95+
"description": "Personal Property Prototype",
96+
"permissions": {
97+
"licenses": [
98+
{
99+
"URL": "https://github.com/transcom/mymove/blob/master/LICENSE.md",
100+
"name": "MIT"
101+
}
102+
],
103+
"usageType": "openSource",
104+
"exemptionText": null
105+
},
106+
"laborHours": 2400,
107+
"tags": [
108+
"Defense Personal Property System",
109+
"US Transportation Command",
110+
"USTRANSCOM",
111+
"Defense Digital Service",
112+
"DDS",
113+
"Go",
114+
"React",
115+
"Redux"
116+
],
117+
"contact": {
118+
"email": "afds@dds.mil"
119+
},
120+
"organization": "US Transportation Command",
121+
"status": "Development",
122+
"vcs": "git",
123+
"homepageURL": "https://move.mil",
124+
"languages": [
125+
"Go",
126+
"JavaScript"
127+
],
128+
"reusedCode": [
129+
{
130+
"name": "US Web Design System",
131+
"url": "https://designsystem.digital.gov"
132+
}
133+
],
134+
"date": {
135+
"created": "2017-12-18",
136+
"lastModified": "2018-02-13"
137+
}
91138
}
92139
]
93140
}

0 commit comments

Comments
 (0)