get-sprint
Version:
A function to retrieve a sprint of a date given
32 lines (31 loc) • 696 B
JSON
{
"name": "get-sprint",
"version": "0.1.0",
"description": "A function to retrieve a sprint of a date given ",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"jest": "^26.6.3",
"np": "^7.5.0"
},
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesusgm/get-sprint.git"
},
"keywords": [
"scrum",
"sprint",
"getSprint"
],
"author": "Jesús Gándara Martínez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesusgm/get-sprint/issues"
},
"homepage": "https://github.com/jesusgm/get-sprint#readme"
}