aboutsummaryrefslogtreecommitdiff
path: root/examples/todomvc/src/main/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/todomvc/src/main/web/package.json')
-rw-r--r--examples/todomvc/src/main/web/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/todomvc/src/main/web/package.json b/examples/todomvc/src/main/web/package.json
new file mode 100644
index 00000000..e939a50f
--- /dev/null
+++ b/examples/todomvc/src/main/web/package.json
@@ -0,0 +1,7 @@
+{
+ "private": true,
+ "dependencies": {
+ "todomvc-app-css": "^2.0.0",
+ "todomvc-common": "^1.0.0"
+ }
+}