-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
40 lines (36 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{ "name": "robotskirt"
, "description": "A node wrapper for the awesome C markdown parsing library, sundown."
, "keywords": ["sundown", "upskirt", "robot", "markdown", "mkd", "md"]
, "version": "2.7.1"
, "homepage": "http://benmills.org/robotskirt"
, "author": "Ben Mills <ben@bmdev.org>"
, "maintainers": [ "Ben Mills <ben@bmdev.org>"
, "Xavier Mendez <jmendeth@gmail.com>"
]
, "contributors": [ "Ben Mills <ben@bmdev.org>"
, "Xavier Mendez <jmendeth@gmail.com>"
, "Farrin Reid <blakmatrix@gmail.com>"
, "Jeremy Kahn <jeremyckahn@gmail.com>"
, "Luke Hagan <luke@lukehagan.com>"
, "Ryan Graham <r.m.graham@gmail.com>"
, "Tim Branyen <tim@tabdeveloper.com>"
, "John Gozde <john@gozde.ca>"
]
, "main": "./build/Release/robotskirt"
, "man": ["man/robotskirt.1"]
, "engines": { "node": ">= 0.6" }
, "scripts": {}
, "directories": { "bin": "./bin"
, "src": "./src"
, "man": "./man"
, "doc": "./doc"
, "example": "./examples"
}
, "repository": { "type": "git"
, "url": "https://github.com/benmills/robotskirt.git"
}
, "bugs": { "url": "https://github.com/benmills/robotskirt/issues" }
, "licenses": [ { "type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php" }
]
}