-
- Downloads
solution TP1
.babelrc
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "pizzaland", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "thomas.fritsch@univ-lille.fr", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.8.4", | ||
| "@babel/core": "^7.8.4", | ||
| "@babel/preset-env": "^7.8.4" | ||
| } | ||
| } |
Please sign in to comment