From 93ee4ecb68f5c13513e9336d3ae9795746387dc8 Mon Sep 17 00:00:00 2001 From: Aqeeb Imtiaz Harun Date: Wed, 8 Aug 2018 13:59:05 +0800 Subject: [PATCH] added package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json 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" +}