{ "name": "birthday", "version": "1.0.0", "description": "Birthday greetings..", "main": " ", "scripts": { "server-node": "http-server -p 8081" }, "repository": { "type": "git", "url": "git+https://github.com/ayusharma/birthday.git" }, "keywords": [ "Birthday" ], "author": "Ayush Sharma", "license": "WTFPL", "bugs": { "url": "https://github.com/ayusharma/birthday/issues" }, "homepage": "https://github.com/ayusharma/birthday#readme", "dependencies": { "http-server": "^0.11.1" } }