Skip to content

Commit

Permalink
use bower
Browse files Browse the repository at this point in the history
  • Loading branch information
sofish committed Sep 11, 2013
1 parent fda0ea2 commit 73427d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "pen",
"version": "0.0.1",
"main": "src/pen.js",
"author": "sofish <sofish@icloud.com>",
"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"
}
}
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73427d8

Please sign in to comment.