Files
old-amras-zadatak1/package.json

20 lines
527 B
JSON
Raw Normal View History

2018-02-17 09:02:19 +01:00
{
"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"
}