From d6ecead32706c8d656e5f69fe33148df7e48db1f Mon Sep 17 00:00:00 2001 From: endiliey Date: Fri, 27 Jul 2018 15:40:25 +0800 Subject: [PATCH] first commit --- .gitignore | 7 +++++++ README.md | 1 + package.json | 24 ++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..b4f5aba992 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +.vscode +.idea +.eslintcache +node_modules +dist + diff --git a/README.md b/README.md new file mode 100644 index 0000000000..2b497c97b0 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# blogi diff --git a/package.json b/package.json new file mode 100644 index 0000000000..9f037d77ee --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "blogi", + "version": "1.0.0", + "description": "Blog instantly", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/endiliey/blogi.git" + }, + "keywords": [ + "blog", + "websites", + "open source" + ], + "author": "endiliey", + "license": "MIT", + "bugs": { + "url": "https://github.com/endiliey/blogi/issues" + }, + "homepage": "https://github.com/endiliey/blogi#readme" +}