20 lines
527 B
JSON
20 lines
527 B
JSON
{
|
|
"name": "json-based-api",
|
|
"version": "1.0.0",
|
|
"description": "API for managing a list of user and associated permissions",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/senaduka/amras-zadatak1.git"
|
|
},
|
|
"author": "Amra S",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/senaduka/amras-zadatak1/issues"
|
|
},
|
|
"homepage": "https://github.com/senaduka/amras-zadatak1#readme"
|
|
}
|