From 73427d80a2d1a0c58255582c59d39ddf95daeb20 Mon Sep 17 00:00:00 2001 From: sofish Date: Wed, 11 Sep 2013 19:44:27 +0800 Subject: [PATCH] use bower --- package.json | 20 ++++++++++++++++++++ readme.md | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1e76f1f --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "pen", + "version": "0.0.1", + "main": "src/pen.js", + "author": "sofish ", + "description": "enjoy live editing (+markdown) http://sofish.github.io/pen", + "repository": { + "type": "git", + "url": "https://github.com/sofish/pen" + }, + "keywords": [ + "editor", + "markdown", + "medium" + ], + "license": { + "type": "MIT", + "url": "https://github.com/sofish/pen/blob/master/license.txt" + } +} \ No newline at end of file diff --git a/readme.md b/readme.md index 233cd88..388e7f1 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,15 @@ ****************** +## 0. source code + +You can clone the source code from github, or using bower. + +``` +bower install pen +``` + + ## 1. installation #### 1.1 init with id attribute