.gitignore
0 → 100644
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | |||
"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
5.11 KiB