code-sensei/sensei-grading-bookmarklet/package.json

26 lines
676 B
JSON
Raw Normal View History

2020-12-26 17:48:38 -05:00
{
"name": "sensei-grading-bookmarklet",
"description": "A bookmarklet to enhance the grading of code ninja assignments.",
"version": "0.1.0",
"author": "Ethan Davidson <ethan.r.davidson@gmail.com>",
"bugs": {
"url": "https://github.com/ethanthatonekid/code-sensei/issues"
},
"dependencies": {
"bookmarklet": "^1.0.4"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"homepage": "https://github.com/ethanthatonekid/code-sensei#readme",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/ethanthatonekid/code-sensei.git"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
}
}