|
1 | 1 | {
|
2 |
| - "name" : "markdown", |
3 |
| - "version" : "0.4.0", |
4 |
| - "description" : "A sensible Markdown parser for javascript", |
5 |
| - "keywords" : [ "markdown", "text processing", "ast" ], |
6 |
| - "maintainers" : [ |
7 |
| - { |
8 |
| - "name" : "Dominic Baggott", |
9 |
| - "email" : "dominic.baggott@gmail.com", |
10 |
| - "web" : "http://evilstreak.co.uk" |
11 |
| - }, |
12 |
| - { |
13 |
| - "name" : "Ash Berlin", |
14 |
| - "email" : "ash_markdownjs@firemirror.com", |
15 |
| - "web" : "http://ashberlin.com" |
16 |
| - } |
| 2 | + "name": "markdown", |
| 3 | + "version": "0.4.0", |
| 4 | + "description": "A sensible Markdown parser for javascript", |
| 5 | + "keywords": [ |
| 6 | + "markdown", |
| 7 | + "text processing", |
| 8 | + "ast" |
17 | 9 | ],
|
18 |
| - "contributors" : [ |
19 |
| - { |
20 |
| - "name" : "Dominic Baggott", |
21 |
| - "email" : "dominic.baggott@gmail.com", |
22 |
| - "web" : "http://evilstreak.co.uk" |
23 |
| - }, |
24 |
| - { |
25 |
| - "name" : "Ash Berlin", |
26 |
| - "email" : "ash_markdownjs@firemirror.com", |
27 |
| - "web" : "http://ashberlin.com" |
28 |
| - } |
| 10 | + "maintainers": [ |
| 11 | + "Dominic Baggott <dominic.baggott@gmail.com> (http://evilstreak.co.uk)", |
| 12 | + "Ash Berlin <ash_markdownjs@firemirror.com> (http://ashberlin.com)" |
| 13 | + ], |
| 14 | + "contributors": [ |
| 15 | + "Dominic Baggott <dominic.baggott@gmail.com> (http://evilstreak.co.uk)", |
| 16 | + "Ash Berlin <ash_markdownjs@firemirror.com> (http://ashberlin.com)" |
29 | 17 | ],
|
30 |
| - "bugs" : { |
| 18 | + "bugs": { |
31 | 19 | "url": "http://github.com/evilstreak/markdown-js/issues"
|
32 | 20 | },
|
33 |
| - "licenses" : [ |
| 21 | + "licenses": [ |
34 | 22 | {
|
35 |
| - "type" : "MIT", |
36 |
| - "url" : "http://www.opensource.org/licenses/mit-license.php" |
| 23 | + "type": "MIT", |
| 24 | + "url": "http://www.opensource.org/licenses/mit-license.php" |
37 | 25 | }
|
38 | 26 | ],
|
39 |
| - "repository" : { |
40 |
| - "type" : "git", |
41 |
| - "url" : "git://github.com/evilstreak/markdown-js.git" |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "git://github.com/evilstreak/markdown-js.git" |
42 | 30 | },
|
43 |
| - "main" : "./lib/index.js", |
| 31 | + "main": "./lib/index.js", |
44 | 32 | "bin": {
|
45 | 33 | "md2html": "./bin/md2html.js"
|
46 | 34 | },
|
|
0 commit comments