UNPKG

1.06 kBJSONView Raw
1{
2 "name": "hammerdown",
3 "version": "0.0.5",
4 "main": "index.js",
5 "description": "Streaming Markdown Writer",
6 "homepage": "https://github.com/tjchaplin/hammerdown",
7 "author": {
8 "name": "tjchaplin",
9 "email": "tjchaplin@hotmail.com",
10 "url": "http://tjchaplin.github.io/"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/tjchaplin/hammerdown.git"
15 },
16 "bugs": {
17 "url": "https://github.com/tjchaplin/hammerdown/issues"
18 },
19 "license": "MIT",
20 "licenses": [
21 {
22 "type": "MIT",
23 "url": "https://github.com/tjchaplin/hammerdown/blob/master/LICENSE"
24 }
25 ],
26 "directories": {
27 "test": "test",
28 "lib": "lib"
29 },
30 "scripts": {
31 "test": "gulp test"
32 },
33 "keywords": [
34 "markdown",
35 "md",
36 "stream",
37 "converter",
38 "hammer",
39 "writer",
40 "fluent"
41 ],
42 "devDependencies": {
43 "concat-stream": "~1.4.1",
44 "should": "~3.1.3",
45 "gulp": "~3.5.5",
46 "gulp-jshint": "~1.5.0",
47 "gulp-util": "~2.2.14",
48 "gulp-mocha": "~0.4.1",
49 "sinon": "~1.8.2"
50 }
51}