-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
41
{
"name": "priorart-file-parser",
"version": "0.1.1",
"description": "Tika server for deployment on AWS Elastic Beanstalk",
"main": "index.js",
"scripts": {
"start": "node index.js",
"models": "./models.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prior-art-archive/priorart-file-parser.git"
},
"author": "Joel Gustafson",
"license": "MIT",
"bugs": {
"url": "https://github.com/prior-art-archive/priorart-file-parser/issues"
},
"homepage": "https://github.com/prior-art-archive/priorart-file-parser#readme",
"dependencies": {
"ajv": "^6.10.2",
"aws-sdk": "^2.567.0",
"dist-exiftool": "^10.53.0",
"express": "^4.17.1",
"multihashes": "^0.4.15",
"node-exiftool": "^2.3.0",
"parse-head": "^1.2.0",
"pg": "^6.4.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"sequelize": "^4.44.3",
"tmp": "^0.1.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"jsonld": "^1.8.1",
"pg-hstore": "^2.3.3",
"sequelize-auto": "^0.4.29"
}
}