forked from magnetik/node-webid
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
58 lines (58 loc) · 1.11 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
{
"name": "webid",
"description": "WebID module",
"version": "0.3.11",
"author": {
"name": "Baptiste Lafontaine",
"email": "[email protected]"
},
"homepage": "https://github.com/linkeddata/node-webid",
"keywords": [
"webid",
"w3c",
"foaf"
],
"maintainers": [
{
"name": "Nicola Greco",
"email": "[email protected]"
},
{
"name": "Andrei Sambra",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Baptiste Lafontaine",
"email": "[email protected]"
},
{
"name": "Andrei Sambra",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/linkeddata/node-webid/issues"
},
"license": "MIT",
"repository": [
{
"type": "git",
"url": "[email protected]:linkeddata/node-webid.git"
}
],
"dependencies": {
"node-forge": "^0.10.0",
"rdflib": "^0.2.6",
"request": "^2.87.0"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/*.js"
},
"devDependencies": {
"chai": "^4.3.0",
"mocha": "^8.2.1"
}
}