-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
{
"name": "simplerdf-fetch-lite",
"version": "1.1.1",
"description": "Plugin for SimpleRDF to send and receive objects using the Fetch API",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/simplerdf/simplerdf-fetch-lite.git"
},
"keywords": [
"fetch",
"rdf",
"simplerdf"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/simplerdf/simplerdf-fetch-lite/issues"
},
"homepage": "https://github.com/simplerdf/simplerdf-fetch-lite",
"dependencies": {
"rdf-fetch-lite": "^1.1.1",
"simplerdf-core": "^1.0.0"
},
"devDependencies": {
"mocha": "^4.0.1",
"nock": "^9.1.0",
"rdf-ext": "^1.1.0",
"rdf-formats-common": "^1.3.0",
"readable-stream": "^2.3.3",
"standard": "^10.0.3"
}
}