Skip to content

Commit 6ad3182

Browse files
committed
edit index.html
1 parent 29aa0f2 commit 6ad3182

File tree

219 files changed

+12025
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+12025
-5
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "marked",
3+
"homepage": "https://github.com/chjj/marked",
4+
"version": "0.3.2",
5+
"_release": "0.3.2",
6+
"_resolution": {
7+
"type": "version",
8+
"tag": "v0.3.2",
9+
"commit": "43db549e31af5ff6e4a3b12e41a23513b9f88c99"
10+
},
11+
"_source": "git://github.com/chjj/marked.git",
12+
"_target": "~0.3.2",
13+
"_originalSource": "marked",
14+
"_direct": true
15+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.git*
2+
test/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
- "0.8"
5+
- "0.6"

app/bower_components/marked/LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

app/bower_components/marked/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
all:
2+
@cp lib/marked.js marked.js
3+
@uglifyjs -o marked.min.js marked.js
4+
5+
clean:
6+
@rm marked.js
7+
@rm marked.min.js
8+
9+
bench:
10+
@node test --bench
11+
12+
.PHONY: clean all

0 commit comments

Comments
 (0)