summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0da90b1
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
1{
2 "name": "mat2-web",
3 "version": "0.5.0",
4 "description": "A web version of mat2! ",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git@0xacab.org:jvoisin/mat2-web.git"
11 },
12 "keywords": [
13 "mat2",
14 "metadata",
15 "web",
16 "flask",
17 "Rest"
18 ],
19 "author": "jvoisin, jfriedli",
20 "license": "MIT",
21 "dependencies": {
22 "@fullhuman/postcss-purgecss": "^4.0.2",
23 "autoprefixer": "^10.2.5",
24 "postcss": "^8.2.8",
25 "postcss-cli": "^8.3.1",
26 "tailwindcss": "^2.0.4"
27 }
28}