-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 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
32
33
34
{
"name": "simplerdf-body-parser",
"version": "1.0.1",
"description": "SimpleRDF body parser middleware",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/bergos/simplerdf-body-parser.git"
},
"keywords": [
"simplerdf",
"middleware"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bergos/simplerdf-body-parser/issues"
},
"homepage": "https://github.com/bergos/simplerdf-body-parser",
"dependencies": {
"absolute-url": "^1.2.2",
"rdf-body-parser": "^1.2.0",
"simplerdf-core": "^1.2.0"
},
"devDependencies": {
"express": "^4.16.3",
"mocha": "^5.0.4",
"rdf-ext": "^1.1.0",
"supertest": "^3.0.0"
}
}