-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
78 lines (78 loc) · 1.92 KB
/
codemeta.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"@id": "",
"agents": [
{
"@id": "https://orcid.org/0000-0003-3484-6875",
"@type": "person",
"name": "Kristian Garza",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": true
}
],
"identifier": "citation-model",
"codeRepository": {
"type": "git",
"url": "git+https://github.com/kjgarza/citation-model.git"
},
"controlledTem": "software",
"dateCreated": "",
"datePublished": "",
"dateModified": "",
"description": "JS Library that create a model around citations files",
"isAutomatedBuild": "",
"issueTracker": {
"url": "https://github.com/kjgarza/citation-model/issues"
},
"licenseId": "",
"publisher": "",
"version": "1.0.10",
"tags": [],
"title": "citation-model",
"programmingLanguage": {
"name": "",
"URL": ""
},
"readme": "",
"operatingSystem": "",
"processorRequirements": {
"npm": ">= 4.0.0"
},
"softwareRequirements": {
"@babel/preset-typescript": "^7.15.0",
"js-yaml": "^4.1.0",
"parse-full-name": "^1.2.5",
"scaffold-npm": "^1.1.2",
"ts-node": "^10.2.1"
},
"author": "Kristian Garza",
"contributor": [],
"creator": "Kristian Garza",
"keywords": [
"codemeta",
"CITATION.cff",
"citation"
],
"license": "MIT",
"name": "",
"email": "",
"softwareSuggestions": {
"@babel/preset-env": "^7.15.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.6.0",
"eslint-config-xo": "^0.27.2",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"jest": "^26.6.3",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
}
}