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