WBE_Praktikum_4/jasmine_demo/package.json

20 lines
404 B
JSON

{
"name": "jasmine_demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "https://gitea.silias.ch/Roman_Schenk/WBE_Jasmine_demo"
},
"author": "Roman Schenk",
"license": "ISC",
"devDependencies": {
"jasmine": "^4.4.0"
}
}