grade-book
Version:
This is code for Add grade and average grade
30 lines (29 loc) • 699 B
JSON
{
"name": "grade-book",
"version": "1.0.0",
"description": "This is code for Add grade and average grade",
"main": "program.js",
"directories": {
"test": "tests"
},
"dependencies": {
"express": "^4.15.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/himanshu-github-072017/grade-book.git"
},
"keywords": [
"gradebook"
],
"author": "Himanshu",
"license": "ISC",
"bugs": {
"url": "https://github.com/himanshu-github-072017/grade-book/issues"
},
"homepage": "https://github.com/himanshu-github-072017/grade-book#readme"
}