mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
40 lines
851 B
JSON
40 lines
851 B
JSON
{
|
|
"name": "gilded-rose-kata",
|
|
"version": "1.0.0",
|
|
"description": "Gilded Rose kata in Javascript with Jasmine",
|
|
"scripts": {
|
|
"test": "jasmine"
|
|
},
|
|
"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-core": "^6.26.0",
|
|
"babel-preset-env": "1.7.0",
|
|
"babel-register": "^6.26.0",
|
|
"jasmine": "^3.2.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
[
|
|
"env", {
|
|
"targets": { "node": "current" }
|
|
}
|
|
]
|
|
],
|
|
"plugins": []
|
|
}
|
|
}
|