forked from PeterEckmann1/sciscore-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "sciscore-tools",
"version": "1.0.0",
"description": "A set of tools to extract text from various file formats, run it through SciScore, and extract the results.",
"main": "app.js",
"scripts": {
"start": "export DEV='true';node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.9",
"debug": "~2.6.9",
"errorhandler": "^1.5.1",
"express": "~4.16.1",
"form-data": "^4.0.0",
"html-entities": "^2.3.2",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-plugin-vue": "^7.11.1"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/DataSeer/sciscore-tools.git"
},
"author": "",
"bugs": {
"url": "https://github.com/DataSeer/sciscore-tools/issues"
},
"homepage": "https://github.com/DataSeer/sciscore-tools#readme"
}