Browse Source

Fixes bower json

Former-commit-id: df1b8411ed
Former-commit-id: 488a055743
pull/258/head
jlukic 11 years ago
parent
commit
b606c50f95
2 changed files with 0 additions and 17 deletions
  1. 1
      README.md
  2. 16
      package.json

1
README.md

@ -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.

16
package.json

@ -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"
}
}
Loading…
Cancel
Save