Skip to content

Commit 1240040

Browse files
committed
Normalize package.json.
1 parent 1c079d0 commit 1240040

File tree

1 file changed

+22
-34
lines changed

1 file changed

+22
-34
lines changed

package.json

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,34 @@
11
{
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"
179
],
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)"
2917
],
30-
"bugs" : {
18+
"bugs": {
3119
"url": "http://github.com/evilstreak/markdown-js/issues"
3220
},
33-
"licenses" : [
21+
"licenses": [
3422
{
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"
3725
}
3826
],
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"
4230
},
43-
"main" : "./lib/index.js",
31+
"main": "./lib/index.js",
4432
"bin": {
4533
"md2html": "./bin/md2html.js"
4634
},

0 commit comments

Comments
 (0)