1
1
Fork 0
portfolio/package.json
2017-05-18 06:32:03 -05:00

21 lines
585 B
JSON

{
"name": "joe-wroten-portfolio",
"private": true,
"scripts": {
"build": "npm run vendor && make build",
"vendor": "mkdir -p build && cp ./node_modules/toast-grid/css/grid.css ./build",
"deploy": "aws s3 sync ./build s3://www.joewroten.com"
},
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"toast-grid": "^0.2.0"
},
"devDependencies": {
"metalsmith-collections": "^0.7.0",
"metalsmith-sass": "^1.3.0"
}
}