OLD | NEW |
1 { | 1 { |
2 "name": "marked", | 2 "name": "marked", |
3 "description": "A markdown parser built for speed", | 3 "description": "A markdown parser built for speed", |
4 "author": "Christopher Jeffrey", | 4 "author": "Christopher Jeffrey", |
5 "version": "0.3.2", | 5 "version": "0.3.2", |
6 "main": "./lib/marked.js", | 6 "main": "./lib/marked.js", |
7 "bin": "./bin/marked", | 7 "bin": "./bin/marked", |
8 "man": "./man/marked.1", | 8 "man": "./man/marked.1", |
9 "preferGlobal": true, | 9 "preferGlobal": true, |
10 "repository": "git://github.com/chjj/marked.git", | 10 "repository": "git://github.com/chjj/marked.git", |
11 "homepage": "https://github.com/chjj/marked", | 11 "homepage": "https://github.com/chjj/marked", |
12 "bugs": { "url": "http://github.com/chjj/marked/issues" }, | 12 "bugs": { "url": "http://github.com/chjj/marked/issues" }, |
13 "license": "MIT", | 13 "license": "MIT", |
14 "keywords": ["markdown", "markup", "html"], | 14 "keywords": ["markdown", "markup", "html"], |
15 "tags": ["markdown", "markup", "html"], | 15 "tags": ["markdown", "markup", "html"], |
16 "devDependencies": { | 16 "devDependencies": { |
17 "markdown": "*", | 17 "markdown": "*", |
18 "showdown": "*", | 18 "showdown": "*", |
19 "robotskirt": "*" | 19 "robotskirt": "*" |
20 }, | 20 }, |
21 "scripts": { "test": "node test", "bench": "node test --bench" } | 21 "scripts": { "test": "node test", "bench": "node test --bench" } |
22 } | 22 } |
OLD | NEW |