-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "gitbook-restructuredtext",
"version": "0.2.2",
"homepage": "https://www.gitbook.com",
"description": "Parse reStructuredText content for gitbook",
"main": "lib/index.js",
"dependencies": {
"q": "^1.1.2",
"lodash": "^3.2.0",
"cheerio": "0.18.0",
"tmp": "0.0.24"
},
"devDependencies": {
"mocha": "1.18.2"
},
"scripts": {
"test": "export TESTING=true; mocha --reporter list"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/gitbook-restructuredtext.git"
},
"author": "FriendCode Inc. <contact@gitbook.com>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook-restructuredtext/issues"
},
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "aaron@gitbook.com"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
]
}