Added package.json file for deployment
Nichlas W. Andersen
committed Aug 09, 2018
commit 746d3a095d01961ab4faa469114c989f9b4d407e
Showing 1
changed file with
11 additions
and 0 deletions
package.json
+11
-0
| @@ | @@ -0,0 +1,11 @@ |
| + | { |
| + | "name": "portfolio-vuepress", |
| + | "scripts": { |
| + | "site:build": "vuepress build" |
| + | }, |
| + | "author": "Nichlas W. Andersen", |
| + | "license": "MIT", |
| + | "dependencies": { |
| + | "vuepress": "^0.14.1" |
| + | } |
| + | } |