File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " pen" ,
3+ "version" : " 0.0.1" ,
4+ "main" : " src/pen.js" ,
5+ "author" : " sofish <sofish@icloud.com>" ,
6+ "description" : " enjoy live editing (+markdown) http://sofish.github.io/pen" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " https://github.com/sofish/pen"
10+ },
11+ "keywords" : [
12+ " editor" ,
13+ " markdown" ,
14+ " medium"
15+ ],
16+ "license" : {
17+ "type" : " MIT" ,
18+ "url" : " https://github.com/sofish/pen/blob/master/license.txt"
19+ }
20+ }
Original file line number Diff line number Diff line change 99
1010******************
1111
12+ ## 0. source code
13+
14+ You can clone the source code from github, or using bower.
15+
16+ ```
17+ bower install pen
18+ ```
19+
20+
1221## 1. installation
1322
1423#### 1.1 init with id attribute
You can’t perform that action at this time.
0 commit comments