GildedRose-Refactoring-Kata/js/mocha/package.json
2018-10-10 16:11:44 +02:00

28 lines
617 B
JSON

{
"name": "gilded-rose",
"version": "1.0.0",
"description": "gilded rose kata in javascript",
"scripts": {
"test": "mocha"
},
"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#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}