premier kata pour les stagiaires
This commit is contained in:
14
kata/nodejs/package.json
Normal file
14
kata/nodejs/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "fizzbuzz",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"mocha": "^6.1.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user