Browse Source

here we go with metalsmith

windhamdavid 8 years ago
parent
commit
f53fca2a9b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      package.json

+ 9 - 0
package.json

@@ -0,0 +1,9 @@
+{
+  "name": "juryd.com",
+  "private": true,
+  "dependencies": {
+    "metalsmith-templates": "^0.7.0",
+    "metalsmith-permalinks": "^0.1.1",
+    "metalsmith": "^2.1.0",
+  }
+}