summaryrefslogtreecommitdiff
path: root/Year_3/Web/math/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-07-28 20:46:51 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-07-28 20:46:51 +0200
commit8a54cce9efe8bad8a0e3d80adb4b7d771dcc5b6e (patch)
tree6ed804b82b355a3f54f9d4de1ba31db33b3523dd /Year_3/Web/math/package.json
parentf3007671f230087d017036992844a04fdc812c22 (diff)
add exercise
Diffstat (limited to 'Year_3/Web/math/package.json')
-rw-r--r--Year_3/Web/math/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/Year_3/Web/math/package.json b/Year_3/Web/math/package.json
new file mode 100644
index 0000000..b7c355c
--- /dev/null
+++ b/Year_3/Web/math/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "math",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "express": "^4.18.1"
+ }
+}