Browse Source

drop metalsmith

windhamdavid 8 years ago
parent
commit
66db53ca8c
1 changed files with 9 additions and 15 deletions
  1. 9 15
      package.json

+ 9 - 15
package.json

@@ -6,25 +6,19 @@
   "author": "David A. Windham",
   "author": "David A. Windham",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {
-	"gulp": "gulp",
-	"build": "node build.js",
-	"serve": "node build.js serve"
+    "gulp": "gulp",
+    "build": "node build.js",
+    "serve": "node build.js serve"
   },
   },
   "repository": {
   "repository": {
-	"type": "git",
-	"url": "git+https://github.com/windhamdavid/juryd.git"
+    "type": "git",
+    "url": "git+https://github.com/windhamdavid/juryd.git"
   },
   },
   "engines": {
   "engines": {
-	"node": ">=4.0.0"
+    "node": ">=4.0.0"
   },
   },
   "dependencies": {
   "dependencies": {
-	"gulp": "^3.9.0",
-	"express": "^4.13.3",
-	"metalsmith-serve": "^0.0.4",
-	"metalsmith-watch": "^1.0.1",
-	"metalsmith-layouts":"^1.4.2",
-	"metalsmith-in-place":"^1.3.2",
-	"metalsmith-permalinks": "^0.1.1",
-	"metalsmith": "^2.1.0"
+    "gulp": "^3.9.0",
+    "express": "^4.13.3"
   }
   }
-}
+}