{ "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" } }