-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 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
42
{
"name": "bookends-api",
"version": "0.0.2",
"description": "A NodeJS client for the Bookends reference manager (http://www.sonnysoftware.com)",
"main": "index.js",
"scripts": {
"test": "mocha -- test/*.test.js",
"jsdoc": "jsdoc index.js -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cboulanger/bookends-api.git"
},
"keywords": [
"Bookends",
"Bibliography",
"Reference Management"
],
"author": "Christian Boulanger (cboulanger)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cboulanger/bookends-api/issues"
},
"homepage": "https://github.com/cboulanger/bookends-api#readme",
"dependencies": {
"debug": "^3.2.6",
"node-osascript": "^2.1.0"
},
"devDependencies": {
"dotenv": "^6.2.0",
"gauge": "^2.7.4",
"into-stream": "^3.1.0",
"jsdoc": "^3.6.3",
"md5-file": "^4.0.0",
"mocha": "^5.2.0",
"multistream": "^2.1.1",
"prompt-confirm": "^2.0.4",
"request": "^2.88.0",
"yargs": "^12.0.5",
"zotero": "^0.4.1"
}
}