-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.68 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.68 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ThroughputAPI",
"version": "0.0.1",
"homepage": "http://github.com/throughput-ec/throughput_api",
"license": "(MIT OR Apache-2.0)",
"description": "An express API service to return data from the Throughput annotation database through a web-accessible service.",
"keywords": [
"NSF",
"GitHub",
"Annotation",
"API",
"neo4j"
],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/throughput-ec/throughput_api.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha --config=test/.mocharc.yml --reporter-options reportDir=public,reportFilename=tests"
},
"dependencies": {
"apicache": "^1.6.2",
"apoc": "^2.1.6",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"chakram": "^1.5.0",
"citation-js": "^0.5.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-openapi-validator": "^3.17.2",
"express-subdomain": "^1.0.5",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mochawesome": "^6.2.2",
"morgan": "^1.10.0",
"neo4j-driver": "^4.3.3",
"node-fetch": "^2.6.5",
"nodemon": "^2.0.13",
"oatts": "^1.6.0",
"octokit": "^1.6.1",
"pug": "^3.0.2",
"qs": "^6.10.1",
"serve-favicon": "^2.5.0",
"static-favicon": "^2.0.0-alpha",
"super-profanity": "^1.1.3",
"swagger-ui-express": "^4.1.6",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"mocha": "^6.2.3",
"superagent": "^6.1.0",
"supertest": "^6.1.6"
}
}