2016-01-07 10:25:27 +00:00
|
|
|
{
|
|
|
|
"name": "no-skeleton.docpad",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "New DocPad project without using a skeleton",
|
|
|
|
"dependencies": {
|
|
|
|
"docpad": "~6.78.4",
|
2016-01-18 10:20:38 +00:00
|
|
|
"docpad-plugin-autoprefix": "~2.0.0",
|
2016-01-07 10:25:27 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|