Former-commit-id: df1b8411ed Former-commit-id: 488a055743
df1b8411ed
488a055743
@ -81,7 +81,6 @@ Examples of UI modules:
* Popups
* Modals
* Chatrooms
* Calendar Pickers
### UI Views
UI Views are common ways to structure types of content so that it can be understood more easily. A view's definition in semantic only describes the content which typically occupies the view.
@ -1,16 +0,0 @@
{
"name": "no-skeleton.docpad",
"version": "0.1.0",
"description": "New DocPad project without using a skeleton",
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"docpad": "~6.51.3"
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}