You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
390 B
18 lines
390 B
{
|
|
"name": "gruppenprojekt-gesellschaftsspiele",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab2.informatik.hs-fulda.de/fdai7346/gruppenprojekt-gesellschaftsspiele.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"jest": "^18.0.0"
|
|
}
|
|
}
|