]> piware.de Git - webcomponents.git/blobdiff - patternfly/package.json
Add PatternFly-webcomponents demo
[webcomponents.git] / patternfly / package.json
diff --git a/patternfly/package.json b/patternfly/package.json
new file mode 100644 (file)
index 0000000..e15ca89
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "name": "patternfly-webcomponents-demo",
+  "version": "0.0.1",
+  "description": "PatternFly webcomponents demo",
+  "main": "index.js",
+  "scripts": {
+    "run": "python3 -m http.server -b localhost"
+  },
+  "author": "Martin Pitt",
+  "license": "ISC",
+  "dependencies": {
+    "patternfly-webcomponents": "^0.3.0"
+  }
+}