-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.83 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "loc-db",
"version": "0.0.1",
"private": true,
"description": "Linked Open Citation Database",
"keywords": [],
"author": "Anne Lauscher",
"license": "MIT",
"main": "app.js",
"dependencies": {
"JSONStream": "^1.3.0",
"agenda": "^1.0.3",
"agendash": "^0.4.0",
"ajax-request": "^1.2.1",
"bcrypt": "^2.0.0",
"bluebird": "^3.5.2",
"cached-request": "^1.1.4",
"connect-mongo": "^2.0.1",
"cors": "^2.8.4",
"crossref": "^1.2.1",
"diacritics": "^1.3.0",
"express": "^4.12.3",
"express-session": "^1.15.3",
"extend": "^3.0.0",
"extract-zip": "^1.6.7",
"feedparser": "^2.2.1",
"file-type": "^6.2.0",
"form-data": "^2.1.2",
"fstream": "^1.0.11",
"google-scholar": "^1.2.5",
"heapdump": "^0.3.11",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.8.3",
"lucene-escape-query": "^1.0.1",
"marc4js": "0.0.9",
"marc8": "0.0.4",
"memwatch-next": "^0.3.0",
"mongodb": "^3.1.8",
"mongoosastic": "^4.3.0",
"mongoose": "^4.7.2",
"morgan": "^1.9.0",
"natural": "^0.5.0",
"node-unzip-2": "^0.2.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.80.0",
"schema-object": "^4.0.10",
"solr-client": "^0.7.0",
"sparql-http-client": "^1.0.2",
"stream": "0.0.2",
"string-similarity": "^1.2.2",
"supertest": "^3.3.0",
"swagger-express-mw": "^0.7.0",
"swagger-ui-express": "2.0.10",
"underscore.string": "^3.3.4",
"unzip": "^0.1.11",
"utf8": "^2.1.2",
"winston": "^2.3.0",
"winston-daily-rotate-file": "^3.0.0",
"xml2js": "^0.4.17",
"xmldom": "^0.1.27",
"xpath": "0.0.25"
},
"devDependencies": {
"nock": "^9.0.9",
"should": "^12.0.0",
"supertest": "^3.0.0"
},
"scripts": {
"start": "node app.js",
"test": "swagger project test"
}
}