mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
29 lines
680 B
JSON
29 lines
680 B
JSON
{
|
|
"name": "gilded-rose-kata",
|
|
"version": "1.0.0",
|
|
"description": "Gilded Rose kata in Javascript with Mocha",
|
|
"scripts": {
|
|
"test": "mocha --compilers js:babel/register"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/emilybache/GildedRose-Refactoring-Kata.git"
|
|
},
|
|
"keywords": [
|
|
"kata",
|
|
"refactor",
|
|
"gilded-rose"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"bugs": {
|
|
"url": "https://github.com/emilybache/GildedRose-Refactoring-Kata/issues"
|
|
},
|
|
"homepage": "https://github.com/emilybache/GildedRose-Refactoring-Kata",
|
|
"devDependencies": {
|
|
"babel": "^5.8.23",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^5.2.0"
|
|
}
|
|
}
|