1
1
Fork 0
portfolio/package.json
2016-10-10 14:07:31 -05:00

22 lines
606 B
JSON

{
"name": "joe-wroten-portfolio",
"private": true,
"scripts": {
"build": "npm run vendor && make build",
"vendor": "mkdir -p build && cp ./node_modules/lemonade-grid/css/lemonade.min.css ./build"
},
"dependencies": {
"handlebars": "^4.0.5",
"lemonade-grid": "^2.1.0",
"metalsmith": "^2.1.0",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0"
},
"devDependencies": {
"metalsmith-collections": "^0.7.0",
"metalsmith-sass": "^1.3.0",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3"
}
}