-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 939 Bytes
/
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": "bibsync",
"version": "0.5.0",
"description": "",
"bin": "server.js",
"main": "server.js",
"scripts": {
"test": "test.js",
"start": "node server.js"
},
"author": "Christian Boulanger",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"console-debug": "^0.4.2",
"download": "^6.2.5",
"express": "^4.16.3",
"fstream": "^1.0.11",
"glob": "^7.1.2",
"into-stream": "^3.1.0",
"json-client": "^0.8.5",
"libzotero": "^0.1.8",
"md5": "^2.2.1",
"md5-file": "^3.2.3",
"mime": "^1.6.0",
"multistream": "^2.1.0",
"nedb": "^1.8.0",
"node-osascript": "^1.0.4",
"opn": "^4.0.2",
"pluginable": "^2.1.1",
"request": "^2.85.0",
"scissors": "^0.1.0",
"slashes": "^1.0.5",
"socket.io": "^1.7.4",
"string": "^3.3.3",
"tempfile": "^1.1.1",
"underscore": "^1.8.3",
"unzip": "^0.1.11",
"uuid": "^3.2.1"
}
}