-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 921 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
42
43
44
{
"name": "webfinger.js",
"version": "2.7.1",
"description": "a simple webfinger record lookup library",
"license": "AGPL",
"private": false,
"keywords": [
"webfinger",
"webfist",
"discovery",
"hostmeta",
"jrd",
"finger",
"useraddress",
"lookup"
],
"main": "./src/webfinger.js",
"author": {
"name": "Nick Jennings",
"email": "[email protected]"
},
"dependencies": {
"xhr2": "0.2.1"
},
"devDependencies": {
"gulp": "4.0.2",
"jaribu": "2.2.3",
"minify": "7.2.2",
"node-fetch": "3.2.10"
},
"scripts": {
"test": "jaribu",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/silverbucket/webfinger.js.git"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/silverbucket/webfinger.js/issues"
},
"homepage": "https://github.com/silverbucket/webfinger.js"
}