-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 845 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 845 Bytes
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
{
"name": "OpenATBackend",
"version": "0.0.2",
"description": "Create MD files from provided sites",
"main": "server.js",
"author": "willwade",
"repository": {
"type": "git",
"url": "http://github.com/openassistive/OpenATBackEnd"
},
"dependencies": {
"body-parser": "^1.15.2",
"cheerio": "latest",
"cors": "^2.8.1",
"csv": "^1.1.1",
"datejs": "^1.0.0-rc3",
"duplexer2": "^0.1.4",
"express": "latest",
"hubfs.js": "^1.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"moment": "^2.19.1",
"octokat": "^0.6.4",
"octonode": "^0.9.3",
"request": "^2.81.0",
"sanitize-html": "^1.14.1",
"scraperjs": "^1.2.0",
"sharp": "^0.16.2",
"titlecase": "^1.1.2",
"tmp": "0.0.30",
"to-markdown": "^3.0.3",
"validate": "^3.0.1",
"yamljs": "^0.2.8"
}
}