diff --git a/README.md b/README.md index 97b58af1c..1d923dc79 100755 --- a/README.md +++ b/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. diff --git a/package.json b/package.json deleted file mode 100644 index ca5a902f0..000000000 --- a/package.json +++ /dev/null @@ -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" - } -} \ No newline at end of file