Browse Source

gulp-rename

windhamdavid 4 years ago
parent
commit
2c1c36573b
1 changed files with 8 additions and 14 deletions
  1. 8 14
      package.json

+ 8 - 14
package.json

@@ -1,27 +1,21 @@
 {
-  "name": "daw",
-  "version": "1.0.0",
-  "author": "",
+  "name": "davidwindham.com",
   "description": "a space on the interwebs",
+  "version": "1.0.0",
+  "author": "@windhamdavid",
   "private": true,
   "repository": {
     "type": "git",
-    "url": "https://code.davidawindham.com/david/daw"
+    "url": "https://code.davidawindham.com/david/dw"
   },
   "main": "index.js",
   "scripts": {
-    "dev": "next",
-    "build": "next build",
-    "start": "next start"
-  },
-  "keywords": [],
-  "license": "ISC",
-  "dependencies": {
-    "milligram": "^1.3.0",
-    "normalize.css": "^8.0.1"
+    "test": "echo \"Error: no test specified\" && exit 1"
   },
+  "dependencies": {},
   "devDependencies": {
     "browser-sync": "^2.26.7",
-    "gulp": "^4.0.2"
+    "gulp": "^4.0.2",
+    "gulp-rename": "^2.0.0"
   }
 }