added package.json

This commit is contained in:
Aqeeb Imtiaz Harun
2018-08-08 13:59:05 +08:00
parent 3f4b37b0be
commit 93ee4ecb68
+24
View File
@@ -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"
}