stage-lepoles/kata/nodejs/package.json
2019-04-10 19:15:22 +02:00

15 lines
216 B
JSON

{
"name": "fizzbuzz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"devDependencies": {
"mocha": "^6.1.2"
}
}