This commit is contained in:
2017-04-25 20:46:10 +02:00
parent a26bc87120
commit 2a92716538
12 changed files with 4 additions and 247 deletions

View File

@@ -1,15 +0,0 @@
{
"name": "kosmosorg-website",
"version": "0.1.0",
"description": "DocPad-based static site running on kosmos.org",
"dependencies": {
"docpad": "~6.78.1",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-livereload": "~2.6.1",
"docpad-plugin-nodesass": "^2.7.0"
},
"main": "node_modules/.bin/docpad-server",
"scripts": {
"start": "node_modules/.bin/docpad-server"
}
}