-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "hydra-middleware",
"version": "1.0.3",
"description": "Hydra middlware",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/bergos/hydra-middleware.git"
},
"keywords": [
"express",
"hydra",
"middleware"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bergos/hydra-middleware/issues"
},
"homepage": "https://github.com/bergos/hydra-middleware",
"dependencies": {
"absolute-url": "^1.0.0",
"bluebird": "^3.0.5",
"lodash": "^4.13.1",
"simplerdf": "^0.2.8",
"simplerdf-body-parser": "^0.3.1"
},
"devDependencies": {
"express": "^4.13.3",
"mocha": "^2.3.3",
"morgan": "^1.6.1",
"rdf-formats-common": "^0.3.0",
"rdf-serve-static": "^0.3.0",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0"
}
}