-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 729 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 729 Bytes
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
{
"name": "disconnect",
"description": "A full-featured Discogs API v2.0 client library",
"version": "1.2.2",
"keywords": ["discogs", "api", "client", "oauth"],
"homepage": "https://github.com/bartve/disconnect",
"bugs": "https://github.com/bartve/disconnect/issues",
"license": "MIT",
"author": "Bart van Eijck <voodoo107@hotmail.com>",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/bartve/disconnect.git"
},
"scripts": {
"test": "node test/all.js"
},
"dependencies": {
"oauth-1.0a": "2.x.x"
},
"devDependencies": {
"nock": "2.x.x",
"wru": "0.x.x"
},
"engines": {
"node": ">= 0.12.0"
}
}