.gitignore
0 → 100644
+20
−0
+144
−6
package-lock.json
0 → 100644
+5265
−0
File added.
Preview size limit exceeded, changes collapsed.
package.json
0 → 100644
+18
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "ran2_trial",
|
||
"version": "1.0.0",
|
||
"description": "The intention of the plan is to try out CR handling. Namely preparing a CR, receiving comments, update the CR based on those comments and approve/reject/postpone a CR. The figure below depicts the main steps in way of working that can be different with Gitlab.",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://forge.3gpp.org/rep/bergstromm/ran2_trial.git"
|
||
},
|
||
"author": "Mattias Bergstrom (Ericsson)",
|
||
"license": "ISC",
|
||
"devDependencies": {
|
||
"specpress": "^1.1.0"
|
||
}
|
||
} |
sp.config.json
0 → 100644
+4
−0
Loading