-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
33 lines (33 loc) · 898 Bytes
/
module.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
{
"module": "module_skeleton",
"title": "Module skeleton",
"summary": "Skeleton of a valid nelson package",
"version": "4.1.0",
"platforms": "all",
"nelson": "<2.0.0",
"builtin": true,
"description": "nelson's module skeleton",
"copyright": "Copyright © 2019-present Allan CORNET",
"author": {
"name": "Allan CORNET",
"email": "nelson.numerical.computation@gmail.com",
"url": "https://nelson-lang.github.io/nelson-website/"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/nelson-lang/module_skeleton.git"
},
"keywords": [
"interpreter",
"scientific-computing",
"programming-language",
"matrix-functions",
"skeleton"
],
"bugs": {
"url": "https://github.com/nelson-lang/module_skeleton/issues"
},
"homepage": "https://github.com/nelson-lang/module_skeleton",
"dependencies": {}
}