forked from US-Department-of-the-Treasury/ship
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
46 lines (46 loc) · 1.2 KB
/
code.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "2.0.0",
"agency": "U.S. Department of the Treasury",
"measurementType": {
"method": "projects"
},
"releases": [
{
"name": "Ship",
"description": "A modern project management and issue tracking application built with React, Express, and PostgreSQL. Features real-time collaboration, weekly planning, and a unified document model.",
"repositoryURL": "https://github.com/US-Department-of-the-Treasury/ship",
"usageType": "openSource",
"permissions": {
"licenses": [
{
"name": "MIT",
"URL": "https://github.com/US-Department-of-the-Treasury/ship/blob/master/LICENSE"
}
],
"usageType": "openSource"
},
"laborHours": 200,
"tags": [
"project-management",
"issue-tracking",
"collaboration",
"react",
"typescript",
"postgresql"
],
"contact": {
"email": "opensource@treasury.gov"
},
"status": "Development",
"vcs": "git",
"languages": [
"TypeScript",
"JavaScript"
],
"date": {
"created": "2025-12-30",
"lastModified": "2025-12-30"
}
}
]
}