diff --git a/package.json b/package.json new file mode 100644 index 0000000..29e4d4c --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "izyim-mockapi", + "version": "1.0.0", + "description": "JSON api mock server for IZYIM module", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git" + }, + "keywords": [ + "IZYIM", + "JSON", + "json-server" + ], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi/issues" + }, + "homepage": "https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi#README" +}