{ "name": "fyipe-api-docs", "version": "1.0.0", "description": "fyipe api refernce", "main": "Gruntfile.js", "repository": { "type": "git", "url": "git+https://github.com/Fyipe/api-docs.git" }, "author": "RT Bathula", "license": "ISC", "bugs": { "url": "https://github.com/fyipe/api-docs/issues" }, "homepage": "https://github.com/fyipe/api-docs#readme", "dependencies": { "express": "^4.16.4", "path": "^0.12.7" }, "scripts": { "start": "node server.js", "test": "echo \"no test required\"" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-release": "^0.13.0" } }