17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"name": "no-skeleton.docpad",
|
|
"version": "0.1.0",
|
|
"description": "New DocPad project without using a skeleton",
|
|
"dependencies": {
|
|
"docpad": "~6.78.4",
|
|
"docpad-plugin-autoprefix": "~2.0.0",
|
|
"docpad-plugin-cleanurls": "~2.8.1",
|
|
"docpad-plugin-ejs": "~2.0.2",
|
|
"docpad-plugin-nodesass": "~2.8.1"
|
|
},
|
|
"main": "node_modules/.bin/docpad-server",
|
|
"scripts": {
|
|
"start": "node_modules/.bin/docpad-server"
|
|
}
|
|
}
|